Click or drag to resize
ExtendedActorSystemGuardian Property
Gets the top-level supervisor of all user actors created using system.ActorOf(...)

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

Property Value

Type: InternalActorRef
See Also