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)
ParameterType描述
参数const System::SharedPtr<System::Object>&一个参数,供在 System::ComponentModel::BackgroundWorker::DoWork 事件处理程序中执行的后台操作使用。

另见