RepointableActorRef Members
The RepointableActorRef type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
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 | |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetSingleChild | |
![]() |
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.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
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.
|
![]() |
Restart | |
![]() |
Resume | |
![]() |
Start | |
![]() |
Stop | |
![]() |
Suspend | |
![]() |
SwapUnderlying | |
![]() |
Tell(Object, ActorRef) | (Inherited from ActorRef.) |
![]() |
Tell(Object) | (Inherited from ActorRef.) |
![]() |
ToString | (Inherited from ActorRef.) |
Properties
Name | Description | |
---|---|---|
![]() |
Children | |
![]() |
IsLocal | |
![]() |
IsStarted | |
![]() |
IsTerminated | (Inherited from InternalActorRef.) |
![]() |
Lookup | |
![]() |
Parent | |
![]() |
Path | |
![]() |
Provider | |
![]() |
Underlying |