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.138 -- Release Build+dacff88cce10d287c7434d5aac59c76948c712b1
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