ManualResetValueTaskSourceCore<TResult>.RunContinuationsAsynchronously Property

Definition

Gets or sets whether to force continuations to run asynchronously.

C#
public bool RunContinuationsAsynchronously { get; set; }

Property Value

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

Remarks

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

Applies to

Product Versions
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Standard 2.0 (package-provided), 2.1