Click or drag to resize

IResultDataUpdateAndFlushIfNeeded Method

The methods checks if an update is needed for this time (time step). If so, data is pulled into the result data object and passes the data to the dataItems. After this it is tested whether the number of time steps kept in the DataItems are larger or equal to MaxBufferSize. In case it is the data is flushed to persistant storage.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
void UpdateAndFlushIfNeeded(
	DateTime time
)

Parameters

time
Type: SystemDateTime

[Missing <param name="time"/> documentation for "M:DHI.Mike1D.ResultDataAccess.IResultData.UpdateAndFlushIfNeeded(System.DateTime)"]

See Also