Wait Method
Waits for this operation to complete.
Definition
Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void Wait()
Public Sub Wait
member Wait : unit -> unit
Return Value
The status of the operation. To obtain the return value of the invoked delegate, use the Result property.
See Also
Reference
DispatcherOperation Class
Wait Overload
Avalonia.Threading Namespace