RunWorkerAsync()

BackgroundWorker::RunWorkerAsync() method

Starts execution of a background operation.

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

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)

Arguments

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