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)

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.
