IConnectionPool Methods | 
The IConnectionPool type exposes the following members.
| Name | Description | |
|---|---|---|
| AcquireConnection | 
            Acquires a connection.
              | |
| AcquireConnectionAsync | 
            Acquires a connection.
              | |
| Clear(Boolean) | 
            Clears the connection pool and marks it as paused.
              | |
| Clear(ObjectId) | 
            Clears the connection pool for the specified service.
              | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  (Inherited from IDisposable.) | |
| GetGeneration | 
            Gets the current generation for the connection pool (or service).
              | |
| Initialize | 
            Initializes the connection pool.
              | |
| SetReady | 
            Marks the pool as ready.
              |