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

Task::ContinueWith method

Creëert een voortzetting die wordt uitgevoerd wanneer de taak voltooid is.

TaskPtr System::Threading::Tasks::Task::ContinueWith(const Action<TaskPtr> &continuationAction)
ParameterTypeBeschrijving
continuationActionconst Action<TaskPtr>&Action om uit te voeren wanneer deze taak voltooid is

ReturnValue

TaskPtr A new task representing the continuation

Zie ook