IConnectionManager Members
Include Protected Members
Include Inherited Members
Represents an interface for managing connections to an external data system.
The IConnectionManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
CloseConnection | Closes the connection to the external system. | |
FlushConnections | Attempts to flush all connections in any connection pool maintained for the related external system instance. | |
GetConnection | Gets a connection to the external system instance this connection manager was initialized with. | |
Initialize | Initializes the Connection Manager with the given external system instance. |
Top