System::Threading::Tasks::ResultTask::ContinueWith मेथड
ResultTask::ContinueWith method
एक continuation बनाता है जो परिणाम टास्क के पूर्ण होने पर निष्पादित होता है।
TaskPtr System::Threading::Tasks::ResultTask<T>::ContinueWith(const Action<RTaskPtr<T>> &continuationAction)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| continuationAction | const Action<RTaskPtr<T>>& | Action जब यह कार्य पूरा हो जाए तो निष्पादित करने के लिए, इस परिणाम कार्य को प्राप्त करते हुए |
ReturnValue
TaskPtr A new task representing the continuation
टिप्पणियाँ
निरंतरता क्रिया इस ResultTask को प्राप्त करती है ताकि परिणाम मान तक पहुँच सके
संबंधित देखें
- Typedef TaskPtr
- Typedef Action
- Typedef RTaskPtr
- Class ResultTask
- Namespace System::Threading::Tasks
- Library Aspose.Page for C++