System::ComponentModel::BackgroundWorker::RunWorkerAsync method

BackgroundWorker::RunWorkerAsync() method

Starts execution of a background operation.

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

See Also

BackgroundWorker::RunWorkerAsync(const System::SharedPtr<System::Object>&) method

Starts execution of a background operation.

void System::ComponentModel::BackgroundWorker::RunWorkerAsync(const System::SharedPtr<System::Object> &argument)
ParameterTypeDescription
argumentconst System::SharedPtr<System::Object>&A parameter for use by the background operation to be executed in the System::ComponentModel::BackgroundWorker::DoWork event handler.

See Also