ActorRefProvider..::..RootGuardian 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.ActorAssembly: Akka (in Akka.dll)
Syntax
InternalActorRef RootGuardian { get; }
ReadOnly Property RootGuardian As InternalActorRef Get
property InternalActorRef^ RootGuardian { InternalActorRef^ get (); }