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