Click or drag to resize
RootGuardianActorRef Class

[Missing <summary> documentation for "T:Akka.Actor.RootGuardianActorRef"]

Inheritance Hierarchy

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public class RootGuardianActorRef : LocalActorRef

The RootGuardianActorRef type exposes the following members.

Constructors
  NameDescription
Public methodRootGuardianActorRef
Initializes a new instance of the RootGuardianActorRef 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 LocalActorRef.)
Public methodGetHashCode (Inherited from ActorRef.)
Public methodGetSingleChild (Overrides LocalActorRefGetSingleChild(String).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRestart (Inherited from LocalActorRef.)
Public methodResume (Inherited from LocalActorRef.)
Public methodSetTempContainer
Public methodStart (Inherited from LocalActorRef.)
Public methodStop (Inherited from LocalActorRef.)
Public methodSuspend (Inherited from LocalActorRef.)
Public methodTell(Object) (Inherited from ActorRef.)
Public methodTell(Object, ActorRef) (Inherited from ActorRef.)
Protected methodTellInternal (Inherited from LocalActorRef.)
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 propertyCell (Inherited from LocalActorRef.)
Public propertyChildren (Inherited from LocalActorRef.)
Protected propertyCreateMailbox (Inherited from LocalActorRef.)
Protected propertyDispatcher (Inherited from LocalActorRef.)
Public propertyIsLocal (Inherited from LocalActorRef.)
Public propertyIsTerminated (Inherited from LocalActorRef.)
Public propertyParent (Overrides LocalActorRefParent.)
Public propertyPath (Inherited from LocalActorRef.)
Protected propertyProps (Inherited from LocalActorRef.)
Public propertyProvider (Inherited from LocalActorRef.)
Protected propertySupervisor (Inherited from LocalActorRef.)
Protected propertySystem (Inherited from LocalActorRef.)
Public propertyUnderlying (Inherited from LocalActorRef.)
Top
See Also