AwaitExtensions.AggregateExceptionAwaiter(Task, Boolean) Constructor

Definition

Initializes a new instance of the AwaitExtensions.AggregateExceptionAwaiter struct.

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

Parameters

task
Task
continueOnCapturedContext
Boolean

Applies to