ActorRefProviderSystemGuardian Property |
Gets the supervisor used for all top-level system actors.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxLocalActorRef SystemGuardian { get; }
ReadOnly Property SystemGuardian As LocalActorRef
Get
property LocalActorRef^ SystemGuardian {
LocalActorRef^ get ();
}
abstract SystemGuardian : LocalActorRef with get
Property Value
Type:
LocalActorRef
See Also