AwaitExtensions.ExecuteContinuationSynchronouslyAwaiter(Task) Constructor

Definition

Initializes a new instance of the AwaitExtensions.ExecuteContinuationSynchronouslyAwaiter struct.

public:
 ExecuteContinuationSynchronouslyAwaiter(System::Threading::Tasks::Task ^ antecedent);
public ExecuteContinuationSynchronouslyAwaiter (System.Threading.Tasks.Task antecedent);
new Microsoft.VisualStudio.Threading.AwaitExtensions.ExecuteContinuationSynchronouslyAwaiter : System.Threading.Tasks.Task -> Microsoft.VisualStudio.Threading.AwaitExtensions.ExecuteContinuationSynchronouslyAwaiter
Public Sub New (antecedent As Task)

Parameters

antecedent
Task

The task whose completion will execute the continuation.

Applies to