System::ComponentModel::BackgroundWorker::RunWorkerAsync 메서드

BackgroundWorker::RunWorkerAsync() method

백그라운드 작업의 실행을 시작합니다.

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

또 보기

BackgroundWorker::RunWorkerAsync(const System::SharedPtr<System::Object>&) method

백그라운드 작업의 실행을 시작합니다.

void System::ComponentModel::BackgroundWorker::RunWorkerAsync(const System::SharedPtr<System::Object> &argument)
매개변수형식설명
인수const System::SharedPtr<System::Object>&백그라운드 작업에서 사용되는 매개변수로, System::ComponentModel::BackgroundWorker::DoWork 이벤트 처리기에서 실행됩니다.

또 보기