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

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

Property Value

Type: IInternalActorRef
See Also