Akka.Remote.EndpointManager.Send.Send C# (CSharp) Метод

Send() публичный Метод

public Send ( object message, RemoteActorRef recipient, IActorRef senderOption = null, SeqNo seqOpt = null ) : System
message object
recipient RemoteActorRef
senderOption IActorRef
seqOpt SeqNo
Результат System
            public Send(object message, RemoteActorRef recipient, IActorRef senderOption = null, SeqNo seqOpt = null)
            {
                Recipient = recipient;
                SenderOption = senderOption;
                Message = message;
                _seq = seqOpt;
            }
EndpointManager.Send