AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable(Task) 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 struct.
public:
ExecuteContinuationSynchronouslyAwaitable(System::Threading::Tasks::Task ^ antecedent);
public ExecuteContinuationSynchronouslyAwaitable (System.Threading.Tasks.Task antecedent);
new Microsoft.VisualStudio.Threading.AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable : System.Threading.Tasks.Task -> Microsoft.VisualStudio.Threading.AwaitExtensions.ExecuteContinuationSynchronouslyAwaitable
Public Sub New (antecedent As Task)
Parameters
- antecedent
- Task
The task whose completion will execute the continuation.