ProcessProgressHandlerTUnit(ActionProcessProgressTUnit, String, TUnit) Constructor

Constructs a new process progress handler for the specified parameters.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.143 -- Release Build+524337d392fd5616b12b50022b004322b9e7c330
public ProcessProgressHandler(
	Action<ProcessProgress<TUnit>> progressHandler,
	string processName,
	TUnit total
)

Parameters

progressHandler  ActionProcessProgressTUnit
Delegate callback to invoke as process progresses.
processName  String
Descriptive name of process, if useful.
total  TUnit
Total number of units to be processed.

See Also