System::ComponentModel::BackgroundWorker::RunWorkerAsync طريقة
BackgroundWorker::RunWorkerAsync() method
يبدأ تنفيذ عملية خلفية.
void System::ComponentModel::BackgroundWorker::RunWorkerAsync()
انظر أيضًا
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.Page for C++
BackgroundWorker::RunWorkerAsync(const System::SharedPtr<System::Object>&) method
يبدأ تنفيذ عملية خلفية.
void System::ComponentModel::BackgroundWorker::RunWorkerAsync(const System::SharedPtr<System::Object> &argument)
| Parameter | Type | الوصف |
|---|---|---|
| معامل | const System::SharedPtr<System::Object>& | معامل للاستخدام من قبل العملية الخلفية التي سيتم تنفيذها في معالج الحدث System::ComponentModel::BackgroundWorker::DoWork. |
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.Page for C++