Akka.Cluster.ClusterEvent.CurrentClusterState.CurrentClusterState C# (CSharp) Метод

CurrentClusterState() публичный Метод

public CurrentClusterState ( ) : System
Результат System
            public CurrentClusterState() : this(
                ImmutableSortedSet.Create<Member>(),
                ImmutableHashSet.Create<Member>(),
                ImmutableHashSet.Create<Address>(),
                null,
                ImmutableDictionary.Create<string, Address>()
                )
            {}

Same methods

ClusterEvent.CurrentClusterState::CurrentClusterState ( ImmutableSortedSet members, ImmutableHashSet unreachable, ImmutableHashSet
seenBy, Akka.Actor.Address leader, Address>.ImmutableDictionary roleLeaderMap ) : System
ClusterEvent.CurrentClusterState