Click or drag to resize

ProcessProgressHandler<TUnit> Properties

The ProcessProgressHandler<TUnit> 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 ProcessProgress<TUnit> instance so consumer can track progress.
Public property ProcessProgress Gets instance of ProcessProgress<TUnit> 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