Table of Contents

TShardPoolProvider.Create Constructor

Overloads

TShardPoolProvider.Create(IShardPoolFactory)

Creates a new TShardPoolProvider using the given factory to create shard pools.

Syntax

Unit: Aurelius.Tenancy.Provider

constructor TShardPoolProvider.Create(AFactory: IShardPoolFactory);

Parameters

<-> Parameter Type Description
AFactory IShardPoolFactory The factory that creates the pool of a shard.

See also

TShardPoolProvider.Create(TShardPoolFactoryFunc)

Creates a new TShardPoolProvider using an anonymous function to create shard pools.

Syntax

Unit: Aurelius.Tenancy.Provider

constructor TShardPoolProvider.Create(AFactory: TShardPoolFactoryFunc);

Parameters

<-> Parameter Type Description
AFactory TShardPoolFactory​Func The function that creates the pool of a shard.

See also