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
Parameter | Type | Description |
---|---|---|
argument | const 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
- Typedef SharedPtr
- Class BackgroundWorker
- Class Object
- Namespace System::ComponentModel
- Library Aspose.Slides