TCallbackShardPoolFactory.CreatePool Method
Creates a connection pool for the given shard by invoking the callback.
Syntax
Unit: Aurelius.Tenancy.Provider
function TCallbackShardPoolFactory.CreatePool(const Shard: TShardInfo): IDBConnectionPool;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Shard | TShardInfo | The shard to connect to. |
Returns
The pool returned by the callback.