ActorRefWithCell Class |
[Missing <summary> documentation for "T:Akka.Actor.ActorRefWithCell"]
Namespace: Akka.Actor
The ActorRefWithCell type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActorRefWithCell | Initializes a new instance of the ActorRefWithCell class |
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 |
Obtain a child given the paths element to that actor, by possibly traversing the actor tree or
looking it up at some provider-specific location.
A path element of ".." signifies the parent, a trailing "" element must be disregarded.
If the requested path does not exist, returns Nobody.
(Inherited from InternalActorRef.) |
![]() | GetHashCode | (Inherited from ActorRef.) |
![]() | GetSingleChild | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Restart | (Inherited from InternalActorRef.) |
![]() | Resume | (Inherited from InternalActorRef.) |
![]() | Start | (Inherited from InternalActorRef.) |
![]() | Stop | (Inherited from InternalActorRef.) |
![]() | Suspend | (Inherited from InternalActorRef.) |
![]() | Tell(Object) | (Inherited from ActorRef.) |
![]() | Tell(Object, ActorRef) | (Inherited from ActorRef.) |
![]() | TellInternal | (Inherited from 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 | |
---|---|---|
![]() | Children | |
![]() | IsLocal | (Inherited from InternalActorRef.) |
![]() | IsTerminated | (Inherited from InternalActorRef.) |
![]() | Parent | (Inherited from InternalActorRef.) |
![]() | Path | (Inherited from ActorRef.) |
![]() | Provider | (Inherited from InternalActorRef.) |
![]() | Underlying |