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

Task::ContinueWith method

Crée une continuation qui s’exécute lorsque la tâche se termine.

TaskPtr System::Threading::Tasks::Task::ContinueWith(const Action<TaskPtr> &continuationAction)
ParamètreTypeDescription
continuationActionconst Action<TaskPtr>&Action à exécuter lorsque cette tâche se termine

ReturnValue

TaskPtr A new task representing the continuation

Voir aussi