| PersistentShardCoordinatorStateCopy Method |
TBD
Namespace:
Akka.Cluster.Sharding
Assembly:
Akka.Cluster.Sharding (in Akka.Cluster.Sharding.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public PersistentShardCoordinatorState Copy(
IImmutableDictionary<string, IActorRef> shards = null,
IImmutableDictionary<IActorRef, IImmutableList<string>> regions = null,
IImmutableSet<IActorRef> regionProxies = null,
IImmutableSet<string> unallocatedShards = null
)
member Copy :
?shards : IImmutableDictionary<string, IActorRef> *
?regions : IImmutableDictionary<IActorRef, IImmutableList<string>> *
?regionProxies : IImmutableSet<IActorRef> *
?unallocatedShards : IImmutableSet<string>
(* Defaults:
let _shards = defaultArg shards null
let _regions = defaultArg regions null
let _regionProxies = defaultArg regionProxies null
let _unallocatedShards = defaultArg unallocatedShards null
*)
-> PersistentShardCoordinatorState
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:
PersistentShardCoordinatorStateTBD
See Also