| IResultWriteBridgeFlush Method  | 
 
            Flush must store data from result data (memory) and into persistant storage (file or database)
            
 
    Namespace: 
   DHI.Mike1D.ResultDataAccess
    Assembly:
   DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
 Syntax
Syntaxvoid Flush(
	bool fullFlush
)
Sub Flush ( 
	fullFlush As Boolean
)
void Flush(
	bool fullFlush
)
Parameters
- fullFlush
- Type: SystemBoolean
 Force a full flush, to make sure buffers are emptied and all content is written to disc.
 Remarks
Remarks
            The fullFlush can be used by file system, to force a flush of file write buffers within
            the operating system.
            
 See Also
See Also