Akka.Cluster.Sharding.Tests.ClusterShardinLeavingSpec.Entity.Entity C# (CSharp) Method

Entity() public method

public Entity ( ) : System
return System
            public Entity()
            {
                Receive<Ping>(_ => Sender.Tell(Self));
            }
        }
ClusterShardinLeavingSpec.Entity