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
Public Interface IResultBridge
public interface class IResultBridge
The IResultBridge type exposes the following members.
Methods
| Name | Description |
---|
| Finish |
Used to disconnect from/close persistant storage and free resources if needed.
|
TopSee Also