| ActorPathAddress 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.129 (1.2.3.129)
Syntax public Address Address { get; }
member Address : Address with get
Property Value
Type:
Address The address.
See Also