Akka.Remote.Tests.MultiNode.AttemptSysMsgRedeliveryMultiNetSpec.Echo.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);
            }
        }
AttemptSysMsgRedeliveryMultiNetSpec.Echo