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

또 보기