System::ComponentModel::BackgroundWorker::RunWorkerAsync メソッド

BackgroundWorker::RunWorkerAsync() method

バックグラウンド操作の実行を開始します。

void System::ComponentModel::BackgroundWorker::RunWorkerAsync()

参照

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 イベントハンドラで実行されるパラメータです。

参照