ReportProgress Method
Reports progress to the GUI layer
Syntax
void ReportProgress(
System.string caption,
System.string header,
System.Collections.Generic.IEnumerable<ProgressValue> progressValues,
System.int percComplete
)Sub ReportProgress( _
ByVal caption As System.String, _
ByVal header As System.String, _
ByVal progressValues As System.Collections.Generic.IEnumerable(Of ProgressValue), _
Optional ByVal percComplete As System.Integer _
) Parameters
| Name | Description |
|---|---|
| caption | |
| header | |
| progressValues | |
| percComplete |