System::ComponentModel::BackgroundWorker::RunWorkerAsync method
BackgroundWorker::RunWorkerAsync() method
Starts execution of a background operation.
void System::ComponentModel::BackgroundWorker::RunWorkerAsync()
See Also
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.PDF for C++
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)
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 Object
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.PDF for C++