Property | Type | Description | |
---|---|---|---|
HandleException | void | ||
RemoteActorRef | System |
Method | Description | |
---|---|---|
GetChild ( IEnumerable |
Gets the child.
|
|
IsWatchIntercepted ( IActorRef watchee, IActorRef watcher ) : bool |
Determine if a Watch/Unwatch message must be handled by the RemoteWatcher actor, or sent to this RemoteActorRef.
|
|
Restart ( |
Restarts the specified cause.
|
|
Resume ( |
Resumes the specified caused by failure.
|
|
SendSystemMessage ( ISystemMessage message ) : void |
Sends the system message.
|
|
Start ( ) : void |
Starts this instance.
|
|
Stop ( ) : void |
Stops this instance.
|
|
Suspend ( ) : void |
Suspends this instance.
|
Method | Description | |
---|---|---|
TellInternal ( object message, IActorRef sender ) : void |
Tells the internal.
|
Method | Description | |
---|---|---|
HandleException ( |
||
RemoteActorRef ( Akka.Remote.RemoteTransport remote, Akka.Actor.Address localAddressToUse, ActorPath path, IInternalActorRef parent, Props props, Akka.Actor.Deploy deploy ) : System |
Initializes a new instance of the RemoteActorRef class.
|
public GetChild ( IEnumerable |
||
name | IEnumerable |
The name. |
return | IActorRef |
public IsWatchIntercepted ( IActorRef watchee, IActorRef watcher ) : bool | ||
watchee | IActorRef | The actor being watched. |
watcher | IActorRef | The actor watching. |
return | bool |
public Restart ( |
||
cause | The cause. | |
return | void |
public Resume ( |
||
causedByFailure | The caused by failure. | |
return | void |
public SendSystemMessage ( ISystemMessage message ) : void | ||
message | ISystemMessage | The message. |
return | void |
protected TellInternal ( object message, IActorRef sender ) : void | ||
message | object | The message. |
sender | IActorRef | The sender. |
return | void |