|
ProcessProgressHandlerTUnitUpdateProgress Method
|
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public void UpdateProgress(
TUnit completed
)
Public Sub UpdateProgress (
completed As TUnit
)
public:
void UpdateProgress(
TUnit completed
)
member UpdateProgress :
completed : 'TUnit -> unit
function UpdateProgress(completed);
View SourceParameters
- 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