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同期的に実行されません。

適用対象