Akka.Cluster.Tools.Tests.Singleton.PointToPointChannel.OnReceive C# (CSharp) 메소드

OnReceive() 보호된 메소드

protected OnReceive ( object message ) : void
message object
리턴 void
        protected override void OnReceive(object message) { }
    }