System::Threading::Tasks::Task::ContinueWith method
Task::ContinueWith method
ينشئ استمرارًا يتم تنفيذه عندما تنتهي المهمة.
TaskPtr System::Threading::Tasks::Task::ContinueWith(const Action<TaskPtr> &continuationAction)
| Parameter | Type | الوصف |
|---|---|---|
| continuationAction | const Action<TaskPtr>& | Action للتنفيذ عندما تكتمل هذه المهمة |
ReturnValue
TaskPtr A new task representing the continuation
انظر أيضًا
- Typedef TaskPtr
- Typedef Action
- Class Task
- Namespace System::Threading::Tasks
- Library Aspose.Page for C++