Akka.Cluster.Tools.Tests.MultiNode.Singleton.ClusterSingletonManagerChaos2Spec.Echo C# (CSharp) 메소드

Echo() 개인적인 메소드

private Echo ( RoleName oldest ) : ActorSelection
oldest RoleName
리턴 Akka.Actor.ActorSelection
        private ActorSelection Echo(RoleName oldest)
        {
            return Sys.ActorSelection(new RootActorPath(GetAddress(oldest)) / "user" / "echo" / "singleton");
        }