System::Threading::Tasks::Task::ContinueWith method
Task::ContinueWith method
एक निरंतरता बनाता है जो टास्क के पूर्ण होने पर निष्पादित होती है।
TaskPtr System::Threading::Tasks::Task::ContinueWith(const Action<TaskPtr> &continuationAction)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| 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++