System::Threading::Tasks::Task::ConfigureAwait método
Task::ConfigureAwait method
Configura cómo deben comportarse los await en esta tarea respecto a la captura del contexto.
Runtime::CompilerServices::ConfiguredTaskAwaitable System::Threading::Tasks::Task::ConfigureAwait(bool continueOnCapturedContext) const
| Parámetro | Tipo | Descripción |
|---|---|---|
| continueOnCapturedContext | bool | Indica si se debe continuar en el contexto capturado |
ReturnValue
Runtime::CompilerServices::ConfiguredTaskAwaitable A configured awaitable
Ver también
- Class ConfiguredTaskAwaitable
- Class Task
- Namespace System::Threading::Tasks
- Library Aspose.Page for C++