TShardPoolProvider.RemovePool Method
Drops the cached pool of a shard, so a new pool is created on next access.
Remarks
Connections already taken from the removed pool remain valid until released.
Syntax
Unit: Aurelius.Tenancy.Provider
procedure TShardPoolProvider.RemovePool(const ShardId: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | ShardId | string | The id of the shard. |