|   | ProcessProgressHandlerTUnitUpdateProgress Method | 
        
        
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic void UpdateProgress(
	TUnit completed
)
Public Sub UpdateProgress ( 
	completed As TUnit
)
public:
void UpdateProgress(
	TUnit completed
)
member UpdateProgress : 
        completed : 'TUnit -> unit function UpdateProgress(completed);
Parameters
- completed  TUnit
- Number of units completed processing so far.
 Remarks
Remarks
            Note that assigning a value to the 
Complete property will have the same effect as calling this method.
            
 See Also
See Also