Akka.Cluster.Tools.Tests.MultiNode.Singleton.ClusterSingletonManagerChaosSpec.EchoActor.EchoActor C# (CSharp) Méthode

EchoActor() public méthode

public EchoActor ( IActorRef testActor ) : System
testActor IActorRef
Résultat System
            public EchoActor(IActorRef testActor)
            {
                testActor.Tell(EchoStarted.Instance);
                ReceiveAny(_ => Sender.Tell(Self));
            }
        }
ClusterSingletonManagerChaosSpec.EchoActor