FlushAsync Method
Permanently adds the data that is on the Clipboard so that it is available after the data's original application closes.
Definition
Namespace: Avalonia.Input.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
Task FlushAsync()
Function FlushAsync As Task
abstract FlushAsync : unit -> Task
Return Value
TaskRemarks
This method works only on Windows platform, on other platforms it does nothing.