Click or drag to resize
Akka.NETActorPathAddress Property
The Address under which this path can be reached; walks up the tree to the RootActorPath.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Address Address { get; }

Property Value

Type: Address
The address.
See Also