Metodo System::ComponentModel::BackgroundWorker::RunWorkerAsync

BackgroundWorker::RunWorkerAsync() method

Avvia l’esecuzione di un’operazione in background.

void System::ComponentModel::BackgroundWorker::RunWorkerAsync()

Vedi anche

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)
ParametroTipoDescrizione
argomentoconst System::SharedPtr<System::Object>&Un parametro da utilizzare dall’operazione in background da eseguire nel gestore dell’evento System::ComponentModel::BackgroundWorker::DoWork.

Vedi anche