LocalActorRef Class |
Namespace: Akka.Actor
The LocalActorRef type exposes the following members.
Name | Description | |
---|---|---|
LocalActorRef |
TBD
|
Name | Description | |
---|---|---|
Cell |
TBD
| |
Children |
TBD
(Overrides ActorRefWithCellChildren.) | |
Dispatcher |
TBD
| |
IsLocal |
TBD
(Overrides InternalActorRefBaseIsLocal.) | |
IsTerminated |
TBD
(Overrides InternalActorRefBaseIsTerminated.) | |
MailboxType |
TBD
| |
Parent |
TBD
(Overrides InternalActorRefBaseParent.) | |
Path |
TBD
(Overrides ActorRefBasePath.) | |
Props |
TBD
| |
Provider |
TBD
(Overrides InternalActorRefBaseProvider.) | |
Supervisor |
TBD
| |
System |
TBD
| |
Underlying |
TBD
(Overrides ActorRefWithCellUnderlying.) |
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 |
TBD
(Overrides InternalActorRefBaseGetChild(IEnumerableString).) | |
GetHashCode | Serves as the default hash function. (Inherited from ActorRefBase.) | |
GetSingleChild |
TBD
(Overrides ActorRefWithCellGetSingleChild(String).) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NewActorCell |
TBD
| |
Restart |
TBD
(Overrides InternalActorRefBaseRestart(Exception).) | |
Resume |
TBD
(Overrides InternalActorRefBaseResume(Exception).) | |
SendSystemMessage(ISystemMessage) |
TBD
(Overrides InternalActorRefBaseSendSystemMessage(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 |
TBD
(Overrides InternalActorRefBaseStart.) | |
Stop |
TBD
(Overrides InternalActorRefBaseStop.) | |
Suspend |
TBD
(Overrides InternalActorRefBaseSuspend.) | |
Tell |
TBD
(Inherited from ActorRefBase.) | |
TellInternal |
TBD
(Overrides ActorRefBaseTellInternal(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 | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |