RemoteActorRef Class |
Namespace: Akka.Remote
The RemoteActorRef type exposes the following members.
Name | Description | |
---|---|---|
IsLocal |
TBD
(Overrides InternalActorRefBase.IsLocal.) | |
IsTerminated | Obsolete.
Obsolete. Use [!:Akka.Actor.UntypedActor.Context.Watch(IActorRef)] or Receive< (Overrides InternalActorRefBase.IsTerminated.) | |
LocalAddressToUse |
Gets the local address to use.
| |
Parent |
Gets the parent.
(Overrides InternalActorRefBase.Parent.) | |
Path |
TBD
(Overrides ActorRefBase.Path.) | |
Provider |
Gets the provider.
(Overrides InternalActorRefBase.Provider.) |
Name | Description | |
---|---|---|
CompareTo(Object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from ActorRefBase.) | |
CompareTo(IActorRef) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from ActorRefBase.) | |
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from ActorRefBase.) | |
Equals(IActorRef) | Indicates whether the current object is equal to another object of the same type. (Inherited from ActorRefBase.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetChild |
Gets the child.
(Overrides InternalActorRefBase.GetChild(IEnumerable<String>).) | |
GetHashCode | Serves as the default hash function. (Inherited from ActorRefBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsWatchIntercepted |
Determine if a Watch/Unwatch message must be handled by the RemoteWatcher
actor, or sent to this RemoteActorRef.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Restart |
Restarts the specified cause.
(Overrides InternalActorRefBase.Restart(Exception).) | |
Resume |
Resumes the specified caused by failure.
(Overrides InternalActorRefBase.Resume(Exception).) | |
SendSystemMessage(ISystemMessage) |
Sends the system message.
(Overrides InternalActorRefBase.SendSystemMessage(ISystemMessage).) | |
SendSystemMessage(ISystemMessage, IActorRef) | Obsolete.
INTERNAL API.
Used by built-in IActorRef implementations for handling
internal operations that are not exposed directly to end-users.
(Inherited from InternalActorRefBase.) | |
Start |
Starts this instance.
(Overrides InternalActorRefBase.Start().) | |
Stop |
Stops this instance.
(Overrides InternalActorRefBase.Stop().) | |
Suspend |
Suspends this instance.
(Overrides InternalActorRefBase.Suspend().) | |
Tell |
TBD
(Inherited from ActorRefBase.) | |
TellInternal |
Tells the internal.
(Overrides ActorRefBase.TellInternal(Object, IActorRef).) | |
ToString | Returns a string that represents the current object. (Inherited from ActorRefBase.) | |
ToSurrogate |
Creates a surrogate representation of the current ActorRefBase.
(Inherited from ActorRefBase.) |
Name | Description | |
---|---|---|
AsInstanceOf<T> |
TBD
(Defined by Extensions.) | |
Match() | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
Match<T>() | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |