Akka.Cluster.Tools.Tests.MultiNode.Singleton.ClusterSingletonManagerStartupSpec.Echo.Echo C# (CSharp) Method

Echo() public method

public Echo ( ) : System
return System
            public Echo()
            {
                ReceiveAny(_ => Sender.Tell(Self));
            }
        }
ClusterSingletonManagerStartupSpec.Echo