Click or drag to resize

Dfs0BridgeRead Method

Reads the header and data from persistant storage and populates the associated resultData object. This is the same as calling ReadHeader(IDiagnostics) and ReadData(IDiagnostics) in that order.

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 Read(
	IDiagnostics diagnostics
)

Parameters

diagnostics
Type: DHI.Mike1D.GenericIDiagnostics

[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.ResultDataAccess.Dfs0Bridge.Read(DHI.Mike1D.Generic.IDiagnostics)"]

Implements

IResultReadBridgeRead(IDiagnostics)
See Also