System::Threading::Tasks::Task::ContinueWith method

Task::ContinueWith method

एक निरंतरता बनाता है जो टास्क के पूर्ण होने पर निष्पादित होती है।

TaskPtr System::Threading::Tasks::Task::ContinueWith(const Action<TaskPtr> &continuationAction)
पैरामीटरप्रकारविवरण
continuationActionconst Action<TaskPtr>&Action जब यह कार्य समाप्त हो जाए तो निष्पादित करने के लिए

ReturnValue

TaskPtr A new task representing the continuation

संबंधित देखें