AwaitExtensions.AggregateExceptionAwaiter(Task, Boolean) Construtor

Definição

Inicializa uma nova instância do struct AwaitExtensions.AggregateExceptionAwaiter.

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)

Parâmetros

task
Task
continueOnCapturedContext
Boolean

Aplica-se a