 | ActorPath.ToStringWithAddress Method (Address) |
Generate String representation, replacing the Address in the RootActorPath
with the given one unless this path’s address includes host and port
information.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntaxpublic string ToStringWithAddress(
Address address
)
member ToStringWithAddress :
address : Address -> string
Parameters
- address
- Type: Akka.Actor.Address
The address.
Return Value
Type:
String System.String.
See Also