System::Threading::Tasks::Task::ContinueWith method
Task::ContinueWith method
Crée une continuation qui s’exécute lorsque la tâche se termine.
TaskPtr System::Threading::Tasks::Task::ContinueWith(const Action<TaskPtr> &continuationAction)
| Paramètre | Type | Description |
|---|---|---|
| continuationAction | const Action<TaskPtr>& | Action à exécuter lorsque cette tâche se termine |
ReturnValue
TaskPtr A new task representing the continuation
Voir aussi
- Typedef TaskPtr
- Typedef Action
- Class Task
- Namespace System::Threading::Tasks
- Library Aspose.Page for C++