IResultWriteBridgeFlush Method

Flush must store data from result data (memory) and into persistant storage (file or database)

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
void Flush(
	bool fullFlush
)

Parameters

fullFlush  Boolean
Force a full flush, to make sure buffers are emptied and all content is written to disc.

Remarks

The fullFlush can be used by file system, to force a flush of file write buffers within the operating system.

See Also