Click or drag to resize
Akka.NETPersistentShardCoordinatorState Constructor
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 State(
	IImmutableDictionary<string, IActorRef> shards,
	IImmutableDictionary<IActorRef, IImmutableList<string>> regions,
	IImmutableSet<IActorRef> regionProxies,
	IImmutableSet<string> unallocatedShards
)

Parameters

shards
Type: IImmutableDictionaryString, IActorRef
TBD
regions
Type: IImmutableDictionaryIActorRef, IImmutableListString
TBD
regionProxies
Type: IImmutableSetIActorRef
TBD
unallocatedShards
Type: IImmutableSetString
TBD
See Also