ResultDataPrepareLoad Method

Prepare load call. This will setup bridge and reader, and make access to the bridge and the reader available before actual loading of data starts, i.e. for progress bar implementation

If not called explicitly, it will be called automatically by the load methods.

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 void PrepareLoad(
	Diagnostics diagnostics
)

Parameters

diagnostics  Diagnostics

[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.ResultDataAccess.ResultData.PrepareLoad(DHI.Mike1D.Generic.Diagnostics)"]

See Also