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

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)
ParametreTürAçıklama
argümanconst 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