System::Threading::Tasks::Task::ContinueWith method
Task::ContinueWith method
작업이 완료될 때 실행되는 연속 작업을 생성합니다.
TaskPtr System::Threading::Tasks::Task::ContinueWith(const Action<TaskPtr> &continuationAction)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| continuationAction | const Action<TaskPtr>& | 이 작업이 완료될 때 실행할 Action |
ReturnValue
TaskPtr A new task representing the continuation
또 보기
- Typedef TaskPtr
- Typedef Action
- Class Task
- Namespace System::Threading::Tasks
- Library Aspose.Page for C++