System::Threading::Tasks::Task::ContinueWith method
Task::ContinueWith method
Crea una continuación que se ejecuta cuando la tarea se completa.
TaskPtr System::Threading::Tasks::Task::ContinueWith(const Action<TaskPtr> &continuationAction)
| Parámetro | Tipo | Descripción |
|---|---|---|
| continuationAction | const Action<TaskPtr>& | Action para ejecutar cuando esta tarea se completa |
ReturnValue
TaskPtr A new task representing the continuation
Ver también
- Typedef TaskPtr
- Typedef Action
- Class Task
- Namespace System::Threading::Tasks
- Library Aspose.Page for C++