System::ComponentModel::BackgroundWorker::ReportProgress طريقة
BackgroundWorker::ReportProgress(int) method
يُطلق حدث System::ComponentModel::BackgroundWorker::ProgressChanged.
void System::ComponentModel::BackgroundWorker::ReportProgress(int percentProgress)
| Parameter | Type | الوصف |
|---|---|---|
| percentProgress | int | النسبة المئوية، من 0 إلى 100، للعملية الخلفية التي اكتملت. |
انظر أيضًا
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.Page for C++
BackgroundWorker::ReportProgress(int, const System::SharedPtr<System::Object>&) method
يُطلق حدث System::ComponentModel::BackgroundWorker::ProgressChanged مع كائن userState.
void System::ComponentModel::BackgroundWorker::ReportProgress(int percentProgress, const System::SharedPtr<System::Object> &userState)
| Parameter | Type | الوصف |
|---|---|---|
| percentProgress | int | النسبة المئوية، من 0 إلى 100، للعملية الخلفية التي اكتملت. |
| userState | const System::SharedPtr<System::Object>& | كائن الحالة الممرّر إلى System::ComponentModel::BackgroundWorker::RunWorkerAsync(System::Object). |
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.Page for C++