Click or drag to resize
Akka.NETRootGuardianActorRef Class
INTERNAL API. Used by GuardianActor
Inheritance Hierarchy

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

The RootGuardianActorRef type exposes the following members.

Constructors
  NameDescription
Public methodRootGuardianActorRef
TBD
Top
Properties
  NameDescription
Public propertyCell
TBD
(Inherited from LocalActorRef.)
Public propertyChildren
TBD
(Inherited from LocalActorRef.)
Protected propertyDispatcher
TBD
(Inherited from LocalActorRef.)
Public propertyIsLocal
TBD
(Inherited from LocalActorRef.)
Public propertyIsTerminated
TBD
(Inherited from LocalActorRef.)
Protected propertyMailboxType
TBD
(Inherited from LocalActorRef.)
Public propertyParent
TBD
(Overrides LocalActorRefParent.)
Public propertyPath
TBD
(Inherited from LocalActorRef.)
Protected propertyProps
TBD
(Inherited from LocalActorRef.)
Public propertyProvider
TBD
(Inherited from LocalActorRef.)
Protected propertySupervisor
TBD
(Inherited from LocalActorRef.)
Protected propertySystem
TBD
(Inherited from LocalActorRef.)
Public propertyUnderlying
TBD
(Inherited from LocalActorRef.)
Top
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
(Inherited from LocalActorRef.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from ActorRefBase.)
Public methodGetSingleChild
TBD
(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.)
Protected methodNewActorCell
TBD
(Inherited from LocalActorRef.)
Public methodRestart
TBD
(Inherited from LocalActorRef.)
Public methodResume
TBD
(Inherited from LocalActorRef.)
Public methodSendSystemMessage(ISystemMessage)
TBD
(Inherited from LocalActorRef.)
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 methodSetTempContainer
TBD
Public methodStart
TBD
(Inherited from LocalActorRef.)
Public methodStop
TBD
(Inherited from LocalActorRef.)
Public methodSuspend
TBD
(Inherited from LocalActorRef.)
Public methodTell
TBD
(Inherited from ActorRefBase.)
Protected methodTellInternal
TBD
(Inherited from LocalActorRef.)
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
Extension Methods
See Also