IConnectionProvider

Interface that produces connection objects. Used to isolate connection pool from particular connection realization.

interface IConnectionProvider {}

Members

Functions

allocate
shared(IConnection) allocate()

Allocates new connection shared across threads.

Meta