Click or drag to resize
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: 0.8.0.0 (0.8.0.0)
Syntax
public Address Address { get; }

Property Value

Type: Address
The address.
See Also