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

Task::ContinueWith method

Creates a continuation that executes when the task completes.

TaskPtr System::Threading::Tasks::Task::ContinueWith(const Action<TaskPtr> &continuationAction)
ParameterTypeDescription
continuationActionconst Action<TaskPtr>&Action to execute when this task completes

ReturnValue

TaskPtr A new task representing the continuation

See Also