Click or drag to resize

IResultBridge Interface

Interface that is to be implemted by any MIKE 1D result bridge. The interface standardizes the communication between ResultData access and persistant storage.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IResultBridge

The IResultBridge type exposes the following members.

Methods
  NameDescription
Public methodFinish
Used to disconnect from/close persistant storage and free resources if needed.
Top
See Also