RepointableActorRef Members

The RepointableActorRef type exposes the following members.

Constructors


  Name Description
Public method RepointableActorRef

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
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetSingleChild
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.
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.
Public method Restart
Public method Resume
Public method Start
Public method Stop
Public method Suspend
Public method SwapUnderlying
Public method Tell(Object, ActorRef) (Inherited from ActorRef.)
Public method Tell(Object) (Inherited from ActorRef.)
Public method ToString (Inherited from ActorRef.)

Properties


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