Click or drag to resize
Akka.NETRepointableActorRef Class
TBD
Inheritance Hierarchy

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class RepointableActorRef : ActorRefWithCell, 
	IRepointableRef, IActorRefScope

The RepointableActorRef type exposes the following members.

Constructors
  NameDescription
Public methodRepointableActorRef
TBD
Top
Properties
Methods
  NameDescription
Public methodCompareTo(Object)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from ActorRefBase.)
Public methodCompareTo(IActorRef)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from ActorRefBase.)
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from ActorRefBase.)
Public methodEquals(IActorRef)
Indicates whether the current object is equal to another object of the same type.
(Inherited from ActorRefBase.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetChild
TBD
(Overrides InternalActorRefBaseGetChild(IEnumerableString).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from ActorRefBase.)
Public methodGetSingleChild
TBD
(Overrides ActorRefWithCellGetSingleChild(String).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
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().
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNewCell
TBD
Public methodPoint
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 methodRestart
TBD
(Overrides InternalActorRefBaseRestart(Exception).)
Public methodResume
TBD
(Overrides InternalActorRefBaseResume(Exception).)
Public methodSendSystemMessage(ISystemMessage)
TBD
(Overrides InternalActorRefBaseSendSystemMessage(ISystemMessage).)
Public methodSendSystemMessage(ISystemMessage, IActorRef) Obsolete.
INTERNAL API. Used by built-in IActorRef implementations for handling internal operations that are not exposed directly to end-users.
(Inherited from InternalActorRefBase.)
Public methodStart
TBD
(Overrides InternalActorRefBaseStart.)
Public methodStop
TBD
(Overrides InternalActorRefBaseStop.)
Public methodSuspend
TBD
(Overrides InternalActorRefBaseSuspend.)
Public methodSwapUnderlying
TBD
Public methodTell
TBD
(Inherited from ActorRefBase.)
Protected methodTellInternal
TBD
(Overrides ActorRefBaseTellInternal(Object, IActorRef).)
Public methodToString
Returns a string that represents the current object.
(Inherited from ActorRefBase.)
Public methodToSurrogate
Creates a surrogate representation of the current ActorRefBase.
(Inherited from ActorRefBase.)
Top
Fields
  NameDescription
Protected field_path
TBD
Protected fieldDispatcher
TBD
Protected fieldProps
TBD
Protected fieldSupervisor
TBD
Protected fieldSystem
TBD
Top
Extension Methods
See Also