| ActorPathToStringWithAddress 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)
Syntax public string ToStringWithAddress(
Address address
)
member ToStringWithAddress :
address : Address -> string
Parameters
- address
- Type: Akka.ActorAddress
The address.
Return Value
Type:
String System.String.
See Also