IResultDataPrepare Method

Prepare the result data for new data. After this is called, the result data should be ready to handle calls to Update(DateTime) and UpdateAndFlushIfNeeded(DateTime). This will usually open the file on the disc, making it ready to write to the file.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
void Prepare(
	IDiagnostics diagnostics
)

Parameters

diagnostics  IDiagnostics

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

See Also