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.
Namespace: DHI.Mike1D.ResultDataAccessAssembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
public bool StartBufferedRead()
Return Value
Booleanalways True (buffering is supported)