Click or drag to resize
ActorRefProviderRootGuardian Property
Reference to the supervisor of guardian and systemGuardian; this is exposed so that the ActorSystemImpl can use it as lookupRoot, i.e. for anchoring absolute actor look-ups.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
InternalActorRef RootGuardian { get; }

Property Value

Type: InternalActorRef
See Also