ExtendedActorSystemSystemGuardian Property |
Gets the top-level supervisor of all system-internal services like logging.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic abstract InternalActorRef SystemGuardian { get; }
Public MustOverride ReadOnly Property SystemGuardian As InternalActorRef
Get
public:
virtual property InternalActorRef^ SystemGuardian {
InternalActorRef^ get () abstract;
}
abstract SystemGuardian : InternalActorRef with get
Property Value
Type:
InternalActorRef
See Also