AwaitExtensions.ExecuteContinuationSynchronouslyAwaiter<T> Constructor

Definition

Initializes a new instance of the AwaitExtensions.ExecuteContinuationSynchronouslyAwaiter<T> struct.

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

Parameters

antecedent
Task<T>

The task whose completion will execute the continuation.

Applies to