AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable<T> Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable<T> struct.
public:
ExecuteContinuationSynchronouslyAwaitable(System::Threading::Tasks::Task<T> ^ antecedent);
public ExecuteContinuationSynchronouslyAwaitable (System.Threading.Tasks.Task<T> antecedent);
new Microsoft.VisualStudio.Threading.AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable<'T> : System.Threading.Tasks.Task<'T> -> Microsoft.VisualStudio.Threading.AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable<'T>
Public Sub New (antecedent As Task(Of T))
Parameters
- antecedent
- Task<T>
The task whose completion will execute the continuation.