DispatcherPriorityAwaitable.GetAwaiter メソッド

定義

非同期タスクの完了待ちのオブジェクトを返します。

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

戻り値

非同期タスクの完了待ちのオブジェクト。

適用対象