Click or drag to resize
ExtendedActorSystemSystemGuardian Property
Gets the top-level supervisor of all system-internal services like logging.

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

Property Value

Type: InternalActorRef
See Also