Process
|
The ProcessProgressHandlerTUnit type exposes the following members.
Name | Description | |
---|---|---|
Complete | Gets or sets current process progress (i.e., number of units completed processing so far) - note that when this property value is assigned, the callback function is automatically called with updated ProcessProgressTUnit instance so consumer can track progress. | |
ProcessProgress | Gets instance of ProcessProgressTUnit used to track progress for this handler. | |
ProgressHandler | Gets or sets reference to delegate handler used as a callback to report process progress. | |
Total | Gets or sets total number of units to be processed. |