Click or drag to resize
RoutedActorRef Class

[Missing <summary> documentation for "T:Akka.Routing.RoutedActorRef"]

Inheritance Hierarchy

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public class RoutedActorRef : RepointableActorRef

The RoutedActorRef type exposes the following members.

Constructors
  NameDescription
Public methodRoutedActorRef
Initializes a new instance of the RoutedActorRef class
Top
Methods
  NameDescription
Public methodCompareTo (Inherited from ActorRef.)
Public methodEquals(Object) (Inherited from ActorRef.)
Public methodEquals(ActorRef) (Inherited from ActorRef.)
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 methodForward
Forwards the message using the current Sender
(Inherited from ActorRef.)
Public methodGetChild (Inherited from RepointableActorRef.)
Public methodGetHashCode (Inherited from ActorRef.)
Public methodGetSingleChild (Inherited from RepointableActorRef.)
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(). Call twice on your own peril! This is protected so that others can have different initialization.
(Inherited from RepointableActorRef.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNewCell (Overrides RepointableActorRefNewCell.)
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.
(Inherited from RepointableActorRef.)
Public methodRestart (Inherited from RepointableActorRef.)
Public methodResume (Inherited from RepointableActorRef.)
Public methodStart (Inherited from RepointableActorRef.)
Public methodStop (Inherited from RepointableActorRef.)
Public methodSuspend (Inherited from RepointableActorRef.)
Public methodSwapUnderlying (Inherited from RepointableActorRef.)
Public methodTell(Object) (Inherited from ActorRef.)
Public methodTell(Object, ActorRef) (Inherited from ActorRef.)
Protected methodTellInternal (Inherited from RepointableActorRef.)
Public methodToString (Inherited from ActorRef.)
Public methodToSurrogate (Inherited from ActorRef.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsInstanceOfT (Defined by Extensions.)
Public Extension MethodGracefulStop(TimeSpan)Overloaded. (Defined by GracefulStopSupport.)
Public Extension MethodGracefulStop(TimeSpan, Object)Overloaded. (Defined by GracefulStopSupport.)
Public Extension MethodIsNobody
If we call a method such as
Context.Child(name)
and don't receive a valid result in return, this method will indicate whether or not the actor we received is valid.
(Defined by ActorRefExtensions.)
Public Extension MethodMatch
Matches the specified target.
(Defined by PatternMatch.)
Top
Properties
  NameDescription
Public propertyChildren (Inherited from RepointableActorRef.)
Public propertyIsLocal (Inherited from RepointableActorRef.)
Public propertyIsStarted (Inherited from RepointableActorRef.)
Public propertyIsTerminated (Inherited from RepointableActorRef.)
Public propertyLookup (Inherited from RepointableActorRef.)
Public propertyParent (Inherited from RepointableActorRef.)
Public propertyPath (Inherited from RepointableActorRef.)
Public propertyProvider (Inherited from RepointableActorRef.)
Public propertyUnderlying (Inherited from RepointableActorRef.)
Top
See Also