Progress(T).OnReport Method

Fortran DLL Wrapper

ProgressTOnReport Method

Reports a progress change.

Namespace:  FortranWrapper
Assembly:  FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
protected virtual void OnReport(
	T value
)
Protected Overridable Sub OnReport ( 
	value As T
)
protected:
virtual void OnReport(
	T value
)
abstract OnReport : 
        value : 'T -> unit 
override OnReport : 
        value : 'T -> unit 

Parameters

value
Type: T
The value of the updated progress.
See Also