LocalActorRef Class |
[Missing <summary> documentation for "T:Akka.Actor.LocalActorRef"]
Namespace: Akka.Actor
The LocalActorRef type exposes the following members.
Name | Description | |
---|---|---|
![]() | LocalActorRef(ActorSystemImpl, Props, MessageDispatcher, FuncMailbox, InternalActorRef, ActorPath) | Initializes a new instance of the LocalActorRef class |
![]() | LocalActorRef(ActorSystem, Props, MessageDispatcher, FuncMailbox, InternalActorRef, ActorPath, FuncLocalActorRef, ActorCell) |
Inheritors should only call this constructor
|
Name | Description | |
---|---|---|
![]() | CompareTo | (Inherited from ActorRef.) |
![]() | Equals(Object) | (Inherited from ActorRef.) |
![]() | Equals(ActorRef) | (Inherited from ActorRef.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Forward |
Forwards the message using the current Sender
(Inherited from ActorRef.) |
![]() | GetChild | (Overrides InternalActorRefGetChild(IEnumerableString).) |
![]() | GetHashCode | (Inherited from ActorRef.) |
![]() | GetSingleChild | (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.) |
![]() | Restart | (Overrides InternalActorRefRestart(Exception).) |
![]() | Resume | (Overrides InternalActorRefResume(Exception).) |
![]() | Start | (Overrides InternalActorRefStart.) |
![]() | Stop | (Overrides InternalActorRefStop.) |
![]() | Suspend | (Overrides InternalActorRefSuspend.) |
![]() | Tell(Object) | (Inherited from ActorRef.) |
![]() | Tell(Object, ActorRef) | (Inherited from ActorRef.) |
![]() | TellInternal | (Overrides ActorRefTellInternal(Object, ActorRef).) |
![]() | ToString | (Inherited from ActorRef.) |
![]() | ToSurrogate | (Inherited from ActorRef.) |
Name | Description | |
---|---|---|
![]() | AsInstanceOfT | (Defined by Extensions.) |
![]() | GracefulStop(TimeSpan) | Overloaded. (Defined by GracefulStopSupport.) |
![]() | GracefulStop(TimeSpan, Object) | Overloaded. (Defined by GracefulStopSupport.) |
![]() | IsNobody |
If we call a method such as (Defined by ActorRefExtensions.)Context.Child(name) |
![]() | Match |
Matches the specified target.
(Defined by PatternMatch.) |
Name | Description | |
---|---|---|
![]() | Cell | |
![]() | Children | (Overrides ActorRefWithCellChildren.) |
![]() | CreateMailbox | |
![]() | Dispatcher | |
![]() | IsLocal | (Overrides InternalActorRefIsLocal.) |
![]() | IsTerminated | (Overrides InternalActorRefIsTerminated.) |
![]() | Parent | (Overrides InternalActorRefParent.) |
![]() | Path | (Overrides ActorRefPath.) |
![]() | Props | |
![]() | Provider | (Overrides InternalActorRefProvider.) |
![]() | Supervisor | |
![]() | System | |
![]() | Underlying | (Overrides ActorRefWithCellUnderlying.) |