ActorPathAddress Property |
The Address under which this path can be reached; walks up the tree to
the RootActorPath.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Address Address { get; }
Public ReadOnly Property Address As Address
Get
public:
property Address^ Address {
Address^ get ();
}
member Address : Address with get
Property Value
Type:
Address The address.
See Also