DispatcherPriorityAwaitable 構造体

定義

現在のディスパッチャーに非同期的にコントロールを渡して他のイベントを処理する機会を提供する、待機可能オブジェクトを表します。

public value class DispatcherPriorityAwaitable
public struct DispatcherPriorityAwaitable
type DispatcherPriorityAwaitable = struct
Public Structure DispatcherPriorityAwaitable
継承
DispatcherPriorityAwaitable

注釈

Dispatcher.Yield メソッドが DispatcherPriorityAwaitable を返します。

メソッド

GetAwaiter()

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

適用対象