DispatcherPriorityAwaitable.GetAwaiter Method

Definition

Returns an object that waits for the completion of an asynchronous task.

public:
 System::Windows::Threading::DispatcherPriorityAwaiter GetAwaiter();
public System.Windows.Threading.DispatcherPriorityAwaiter GetAwaiter ();
member this.GetAwaiter : unit -> System.Windows.Threading.DispatcherPriorityAwaiter
Public Function GetAwaiter () As DispatcherPriorityAwaiter

Returns

An object that waits for the completion of an asynchronous task.

Applies to