Click or drag to resize

ResultDataUpdateAndFlushIfNeeded Method

The method pulls data into the result data access module using the result items 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
public void UpdateAndFlushIfNeeded(
	DateTime time
)

Parameters

time
Type: SystemDateTime

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

Implements

IResultDataUpdateAndFlushIfNeeded(DateTime)
See Also