طريقة 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.

انظر أيضًا