IConnectionHandler interface
Defines the methods for handling connections.
Namespace: ASNA.DataGate.Client Assembly: ASNA.QSys.DataGate.Client.dll
Extends: IDisposable
Remarks
This interface provides methods for opening, closing, and managing connections. It can be implemented by any class that needs to manage connections, such as a database connection handler or a network connection handler.
Methods
| Signature | Description |
|---|---|
| EnsureConnectionOpened() | Ensures that the connection is open. |