Click or drag to resize

ProcessProgressHandlerTUnitUpdateProgress Method

Calls callback function with updated ProcessProgressTUnit instance so consumer can track progress.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public void UpdateProgress(
	TUnit completed
)
View Source

Parameters

completed  TUnit
Number of units completed processing so far.
Remarks
Note that assigning a value to the Complete property will have the same effect as calling this method.
See Also