Click or drag to resize
Akka.NETRemoteActorRefProviderRootGuardian 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.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IInternalActorRef RootGuardian { get; }

Property Value

Type: IInternalActorRef

Implements

IActorRefProviderRootGuardian
See Also