Click or drag to resize
Akka.NETPersistentShardCoordinatorStateCopy 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 PersistentShardCoordinatorState Copy(
	IImmutableDictionary<string, IActorRef> shards = null,
	IImmutableDictionary<IActorRef, IImmutableList<string>> regions = null,
	IImmutableSet<IActorRef> regionProxies = null,
	IImmutableSet<string> unallocatedShards = null
)

Parameters

shards (Optional)
Type: IImmutableDictionaryString, IActorRef
TBD
regions (Optional)
Type: IImmutableDictionaryIActorRef, IImmutableListString
TBD
regionProxies (Optional)
Type: IImmutableSetIActorRef
TBD
unallocatedShards (Optional)
Type: IImmutableSetString
TBD

Return Value

Type: PersistentShardCoordinatorState
TBD
See Also