Res1DStreamBridgeStartBufferedRead Method

Buffered read means that data is not transferred directly to ResultData object, but transferred fully when the buffer is full, i.e. data from 100 time steps has been read from the file storage.

This can increase performance of reading bigger res1d files.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public bool StartBufferedRead()

Return Value

Boolean
always True (buffering is supported)

See Also