System::ComponentModel::BackgroundWorker::RunWorkerAsync method

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 事件处理程序中执行。

另见