ManualResetValueTaskSourceCore<TResult>.RunContinuationsAsynchronously プロパティ

定義

継続を強制的に非同期的に実行するかどうかを取得または設定します。

public:
 property bool RunContinuationsAsynchronously { bool get(); void set(bool value); };
public bool RunContinuationsAsynchronously { get; set; }
member this.RunContinuationsAsynchronously : bool with get, set
Public Property RunContinuationsAsynchronously As Boolean

プロパティ値

継続を強制的に非同期的に実行するように true します。それ以外の場合は、falseします。

注釈

継続は false の場合は非同期的に実行できますが、これが true の場合は同期的に実行されません。

適用対象