RoutedActorRef Members

The RoutedActorRef type exposes the following members.

Constructors


  Name Description
Public method RoutedActorRef

Methods


  Name Description
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method Forward
Forwards the message using the current Sender
(Inherited from ActorRef.)
Public method GetChild (Inherited from RepointableActorRef.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetSingleChild (Inherited from RepointableActorRef.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method 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.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method 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.)
Public method Restart (Inherited from RepointableActorRef.)
Public method Resume (Inherited from RepointableActorRef.)
Public method Start (Inherited from RepointableActorRef.)
Public method Stop (Inherited from RepointableActorRef.)
Public method Suspend (Inherited from RepointableActorRef.)
Public method SwapUnderlying (Inherited from RepointableActorRef.)
Public method Tell(Object, ActorRef) (Inherited from ActorRef.)
Public method Tell(Object) (Inherited from ActorRef.)
Protected method TellInternal (Inherited from RepointableActorRef.)
Public method ToString (Inherited from ActorRef.)

Properties


  Name Description
Public property Children (Inherited from RepointableActorRef.)
Public property IsLocal (Inherited from RepointableActorRef.)
Public property IsStarted (Inherited from RepointableActorRef.)
Public property IsTerminated (Inherited from InternalActorRef.)
Public property Lookup (Inherited from RepointableActorRef.)
Public property Parent (Inherited from RepointableActorRef.)
Public property Path (Inherited from RepointableActorRef.)
Public property Provider (Inherited from RepointableActorRef.)
Public property Underlying (Inherited from RepointableActorRef.)