System::ComponentModel::BackgroundWorker::RunWorkerAsync méthode
BackgroundWorker::RunWorkerAsync() method
Démarre l’exécution d’une opération en arrière-plan.
void System::ComponentModel::BackgroundWorker::RunWorkerAsync()
Voir aussi
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.Font for C++
BackgroundWorker::RunWorkerAsync(const System::SharedPtr<System::Object>&) method
Démarre l’exécution d’une opération en arrière-plan.
void System::ComponentModel::BackgroundWorker::RunWorkerAsync(const System::SharedPtr<System::Object> &argument)
| Paramètre | Type | Description |
|---|---|---|
| argument | const System::SharedPtr<System::Object>& | Un paramètre utilisé par l’opération en arrière-plan à exécuter dans le gestionnaire d’événement System::ComponentModel::BackgroundWorker::DoWork. |
Voir aussi
- Typedef SharedPtr
- Class Object
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.Font for C++