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++