Akka.Cluster.Tests.HeartbeatNodeRingSpec.HeartbeatNodeRingSpec C# (CSharp) 메소드

HeartbeatNodeRingSpec() 공개 메소드

public HeartbeatNodeRingSpec ( ) : System.Collections.Immutable
리턴 System.Collections.Immutable
        public HeartbeatNodeRingSpec()
        {
            _nodes = ImmutableHashSet.Create(aa, bb, cc, dd, ee);
        }