次の方法で共有


AwaitExtensions.TaskSchedulerAwaiter.IsCompleted プロパティ

定義

yield が不要かどうかを示す値を取得します。

public:
 property bool IsCompleted { bool get(); };
public:
 property bool IsCompleted { bool get(); };
public bool IsCompleted { get; }
member this.IsCompleted : bool
Public ReadOnly Property IsCompleted As Boolean

プロパティ値

true 呼び出し元がその TaskScheduler で既に実行されている場合は 。

適用対象