Click or drag to resize
Akka.NETExtendedActorSystemLookupRoot Property
The RootGuardianActorRef, used as the lookup for IActorRef resolutions.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public abstract IInternalActorRef LookupRoot { get; }

Property Value

Type: IInternalActorRef
See Also