Table of Contents

Struct AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable

Namespace
Microsoft.VisualStudio.Threading
Assembly
Microsoft.VisualStudio.Threading.dll

A Task awaitable that has affinity to executing callbacks synchronously on the completing callstack.

public readonly struct AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable
Inherited Members

Constructors

ExecuteContinuationSynchronouslyAwaitable(Task)

Initializes a new instance of the AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable struct.

public ExecuteContinuationSynchronouslyAwaitable(Task antecedent)

Parameters

antecedent Task

The task whose completion will execute the continuation.

Methods

GetAwaiter()

Gets the awaiter.

public AwaitExtensions.ExecuteContinuationSynchronouslyAwaiter GetAwaiter()

Returns

AwaitExtensions.ExecuteContinuationSynchronouslyAwaiter

The awaiter.