Akka.Remote.Tests.Performance.Transports.RemoteMessagingThroughputSpecBase.EchoActor.OnReceive C# (CSharp) Method

OnReceive() protected method

protected OnReceive ( object message ) : void
message object
return void
            protected override void OnReceive(object message)
            {
                Sender.Tell(message);
            }
        }
RemoteMessagingThroughputSpecBase.EchoActor