System::ComponentModel::BackgroundWorker::ReportProgress yöntemi
BackgroundWorker::ReportProgress(int) method
System::ComponentModel::BackgroundWorker::ProgressChanged olayını tetikler.
void System::ComponentModel::BackgroundWorker::ReportProgress(int percentProgress)
| Parametre | Tür | Açıklama |
|---|---|---|
| percentProgress | int | Tamamlanan arka plan işleminin yüzde değeri, 0 ile 100 arasında. |
Ayrıca Bakınız
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.Font for C++
BackgroundWorker::ReportProgress(int, const System::SharedPtr<System::Object>&) method
System::ComponentModel::BackgroundWorker::ProgressChanged olayını userState nesnesiyle tetikler.
void System::ComponentModel::BackgroundWorker::ReportProgress(int percentProgress, const System::SharedPtr<System::Object> &userState)
| Parametre | Tür | Açıklama |
|---|---|---|
| percentProgress | int | Tamamlanan arka plan işleminin yüzde değeri, 0 ile 100 arasında. |
| userState | const System::SharedPtr<System::Object>& | System::ComponentModel::BackgroundWorker::RunWorkerAsync(System::Object) metoduna geçirilen durum nesnesi. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class Object
- Class BackgroundWorker
- Namespace System::ComponentModel
- Library Aspose.Font for C++