Metodo System::ComponentModel::BackgroundWorker::RunWorkerAsync
BackgroundWorker::RunWorkerAsync() method
Avvia l’esecuzione di un’operazione in background.
void System::ComponentModel::BackgroundWorker::RunWorkerAsync()
Vedi anche
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.Font for C++
BackgroundWorker::RunWorkerAsync(const System::SharedPtr<System::Object>&) method
Avvia l’esecuzione di un’operazione in background.
void System::ComponentModel::BackgroundWorker::RunWorkerAsync(const System::SharedPtr<System::Object> &argument)
| Parametro | Tipo | Descrizione |
|---|---|---|
| argomento | const System::SharedPtr<System::Object>& | Un parametro da utilizzare dall’operazione in background da eseguire nel gestore dell’evento System::ComponentModel::BackgroundWorker::DoWork. |
Vedi anche
- Typedef SharedPtr
- Class Object
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.Font for C++