Click or drag to resize
Akka.NETClusterEventCurrentClusterStateCopy Method
Creates a deep copy of the ClusterEventCurrentClusterState and optionally allows you to specify different values for the outgoing objects

Namespace:  Akka.Cluster
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ClusterEventCurrentClusterState Copy(
	ImmutableSortedSet<Member> members = null,
	ImmutableHashSet<Member> unreachable = null,
	ImmutableHashSet<Address> seenBy = null,
	Address leader = null,
	ImmutableDictionary<string, Address> roleLeaderMap = null
)

Parameters

members (Optional)
Type: ImmutableSortedSetMember
TBD
unreachable (Optional)
Type: ImmutableHashSetMember
TBD
seenBy (Optional)
Type: ImmutableHashSetAddress
TBD
leader (Optional)
Type: Akka.ActorAddress
TBD
roleLeaderMap (Optional)
Type: ImmutableDictionaryString, Address
TBD

Return Value

Type: ClusterEventCurrentClusterState
TBD
See Also