Click or drag to resize
Akka.NETRemoteActorRefProviderSystemGuardian Property
Gets the supervisor used for all top-level system actors.

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public LocalActorRef SystemGuardian { get; }

Property Value

Type: LocalActorRef

Implements

IActorRefProviderSystemGuardian
See Also