Akka.Cluster.Tools.Tests.Singleton.PointToPointChannel.OnReceive C# (CSharp) Method

OnReceive() protected method

protected OnReceive ( object message ) : void
message object
return void
        protected override void OnReceive(object message) { }
    }