RoutedActorRef Methods |
The RoutedActorRef type exposes the following members.
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 | (Inherited from RepointableActorRef.) |
![]() | GetHashCode | (Inherited from ActorRef.) |
![]() | GetSingleChild | (Inherited from RepointableActorRef.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialize |
Initialize: make a dummy cell which holds just a mailbox, then tell our
supervisor that we exist so that he can create the real Cell in
handleSupervise().
Call twice on your own peril!
This is protected so that others can have different initialization.
(Inherited from RepointableActorRef.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NewCell | (Overrides RepointableActorRefNewCell.) |
![]() | Point |
This method is supposed to be called by the supervisor in HandleSupervise()
to replace the UnstartedCell with the real one. It assumes no concurrent
modification of the `underlying` field, though it is safe to send messages
at any time.
(Inherited from RepointableActorRef.) |
![]() | Restart | (Inherited from RepointableActorRef.) |
![]() | Resume | (Inherited from RepointableActorRef.) |
![]() | Start | (Inherited from RepointableActorRef.) |
![]() | Stop | (Inherited from RepointableActorRef.) |
![]() | Suspend | (Inherited from RepointableActorRef.) |
![]() | SwapUnderlying | (Inherited from RepointableActorRef.) |
![]() | Tell(Object) | (Inherited from ActorRef.) |
![]() | Tell(Object, ActorRef) | (Inherited from ActorRef.) |
![]() | TellInternal | (Inherited from RepointableActorRef.) |
![]() | 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.) |