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

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

Property Value

Type: LocalActorRef

Implements

IActorRefProviderGuardian
See Also