System::ComponentModel::BackgroundWorker::RunWorkerAsync yöntemi
BackgroundWorker::RunWorkerAsync() method
Arka plan işleminin yürütülmesini başlatır.
void System::ComponentModel::BackgroundWorker::RunWorkerAsync()
Ayrıca Bakınız
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.Font for C++
BackgroundWorker::RunWorkerAsync(const System::SharedPtr<System::Object>&) method
Arka plan işleminin yürütülmesini başlatır.
void System::ComponentModel::BackgroundWorker::RunWorkerAsync(const System::SharedPtr<System::Object> &argument)
| Parametre | Tür | Açıklama |
|---|---|---|
| argüman | const System::SharedPtr<System::Object>& | Arka plan işlemi tarafından System::ComponentModel::BackgroundWorker::DoWork olay işleyicisinde yürütülmek üzere kullanılacak bir parametre. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class Object
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.Font for C++