Akka.Cluster.Tools.Tests.MultiNode.Singleton.ClusterSingletonManagerChaos2Spec.EchoActor.EchoActor C# (CSharp) Метод

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

public EchoActor ( IActorRef testActor ) : System
testActor IActorRef
Результат System
            public EchoActor(IActorRef testActor)
            {
                testActor.Tell(EchoStarted.Instance);
                ReceiveAny(_ => Sender.Tell(Self));
            }
        }
ClusterSingletonManagerChaos2Spec.EchoActor