Click or drag to resize

ProcessProgressHandlerTUnit Properties

The ProcessProgressHandlerTUnit type exposes the following members.

Properties
  Name Description
Public property 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.
Public property ProcessProgress Gets instance of ProcessProgressTUnit used to track progress for this handler.
Public property ProgressHandler Gets or sets reference to delegate handler used as a callback to report process progress.
Public property Total Gets or sets total number of units to be processed.
Top
See Also