System::ComponentModel::BackgroundWorker::RunWorkerAsync method
BackgroundWorker::RunWorkerAsync() method
启动后台操作的执行。
void System::ComponentModel::BackgroundWorker::RunWorkerAsync()
另见
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.Font 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.Font for C++