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