Click or drag to resize
Akka.NETLeastShardAllocationStrategyAllocateShard Method
TBD

Namespace:  Akka.Cluster.Sharding
Assembly:  Akka.Cluster.Sharding (in Akka.Cluster.Sharding.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Task<IActorRef> AllocateShard(
	IActorRef requester,
	string shardId,
	IImmutableDictionary<IActorRef, IImmutableList<string>> currentShardAllocations
)

Parameters

requester
Type: Akka.ActorIActorRef
TBD
shardId
Type: SystemString
TBD
currentShardAllocations
Type: IImmutableDictionaryIActorRef, IImmutableListString
TBD

Return Value

Type: TaskIActorRef
TBD

Implements

IShardAllocationStrategyAllocateShard(IActorRef, String, IImmutableDictionaryIActorRef, IImmutableListString)
See Also