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.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic string ToStringWithAddress(
Address address
)
Public Function ToStringWithAddress (
address As Address
) As String
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