System::ComponentModel::BackgroundWorker::RunWorkerAsync 메서드
BackgroundWorker::RunWorkerAsync() method
백그라운드 작업의 실행을 시작합니다.
void System::ComponentModel::BackgroundWorker::RunWorkerAsync()
또 보기
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.Page for C++
BackgroundWorker::RunWorkerAsync(const System::SharedPtr<System::Object>&) method
백그라운드 작업의 실행을 시작합니다.
void System::ComponentModel::BackgroundWorker::RunWorkerAsync(const System::SharedPtr<System::Object> &argument)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 인수 | const System::SharedPtr<System::Object>& | 백그라운드 작업에서 사용되는 매개변수로, System::ComponentModel::BackgroundWorker::DoWork 이벤트 처리기에서 실행됩니다. |
또 보기
- Typedef SharedPtr
- Class Object
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.Page for C++