Click or drag to resize

ResultDataPrepareLoad Method

Prepare load call. This will setup bridge and reader, and make access to the bridge and the reader avaialable 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.

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

Parameters

diagnostics
Type: DHI.Mike1D.GenericDiagnostics

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

See Also