AwaitExtensions.AggregateExceptionAwaitable(Task, Boolean) Constructor

Definition

Initializes a new instance of the AwaitExtensions.AggregateExceptionAwaitable struct.

public:
 AggregateExceptionAwaitable(System::Threading::Tasks::Task ^ task, bool continueOnCapturedContext);
public AggregateExceptionAwaitable (System.Threading.Tasks.Task task, bool continueOnCapturedContext);
new Microsoft.VisualStudio.Threading.AwaitExtensions.AggregateExceptionAwaitable : System.Threading.Tasks.Task * bool -> Microsoft.VisualStudio.Threading.AwaitExtensions.AggregateExceptionAwaitable
Public Sub New (task As Task, continueOnCapturedContext As Boolean)

Parameters

task
Task
continueOnCapturedContext
Boolean

Applies to