TCallbackShardAllocator.Create Constructor
Creates a new TCallbackShardAllocator instance.
Syntax
Unit: Aurelius.Tenancy.Provisioning
constructor TCallbackShardAllocator.Create(ACallback: TShardAllocatorFunc);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| ACallback | TShardAllocatorFunc | The function that chooses the shard. |