Akka.Cluster.Tests.MultiNode.Routing.ClusterConsistentHashingGroupSpecConfig.Collected.Collected C# (CSharp) Method

Collected() public method

public Collected ( HashSet messages ) : System.Collections.Generic
messages HashSet
return System.Collections.Generic
            public Collected(HashSet<object> messages)
            {
                Messages = messages;
            }
ClusterConsistentHashingGroupSpecConfig.Collected