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

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ètreTypeDescription
argumentconst 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