DispatcherOperationWait Method

Waits for this operation to complete.

Definition

Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void Wait()

Return Value

The status of the operation. To obtain the return value of the invoked delegate, use the Result property.

See Also