Bearbeiten

ManualResetValueTaskSourceCore<TResult>.RunContinuationsAsynchronously Property

Definition

Gets or sets whether to force continuations to run asynchronously.

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

Property Value

true to force continuations to run asynchronously; otherwise, false.

Remarks

Continuations may run asynchronously if this value is false, but they'll never run synchronously if it is true.

Applies to