IShardPoolFactory.CreatePool Method
Creates a connection pool for the given shard.
Syntax
Unit: Aurelius.Tenancy.Provider
function IShardPoolFactory.CreatePool(const Shard: TShardInfo): IDBConnectionPool; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Shard | TShardInfo | The shard to connect to. |
Returns
An IDBConnectionPool serving the shard database.