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.42 (1.2.3.42)
Syntax
public LocalActorRef SystemGuardian { get; }

Property Value

Type: LocalActorRef

Implements

IActorRefProviderSystemGuardian
See Also