ITransport
Instance members
Instance member | Description |
CreateRemoteActor(arg1)
Signature:ActorPath -> IActor
Modifiers: abstract |
|
Scheme(arg1)
Signature:unit -> string
Modifiers: abstract |
|
Send(arg1, arg2, arg3)
Signature:(ActorPath * 'a * IActor option) -> unit
Modifiers: abstract Type parameters: 'a |
|
SendSystemMessage(arg1, arg2, arg3)
Signature:(ActorPath * SystemMessage * IActor option) -> unit
Modifiers: abstract |