C# Class Akka.Remote.EndpointManager.Send
Show file
Open project: rogeralsing/akka.net
Public Methods
Method |
Description |
|
Copy ( SeqNo opt ) : Akka.Remote.Send |
|
|
Send ( object message, RemoteActorRef recipient, IActorRef senderOption = null, SeqNo seqOpt = null ) : System |
|
|
ToString ( ) : string |
|
|
Method Details
public Copy ( SeqNo opt ) : Akka.Remote.Send |
opt |
SeqNo |
|
return |
Akka.Remote.Send |
|
public Send ( object message, RemoteActorRef recipient, IActorRef senderOption = null, SeqNo seqOpt = null ) : System |
message |
object |
|
recipient |
RemoteActorRef |
|
senderOption |
IActorRef |
|
seqOpt |
SeqNo |
|
return |
System |
|
public ToString ( ) : string |
return |
string |
|