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)
| Parameter | Type | 描述 |
|---|---|---|
| 参数 | const System::SharedPtr<System::Object>& | 一个参数,供在 System::ComponentModel::BackgroundWorker::DoWork 事件处理程序中执行的后台操作使用。 |
另见
- Typedef SharedPtr
- Class Object
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.Page for C++