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)

Syntax


public string ToStringWithAddress(
	Address address
)
Public Function ToStringWithAddress ( _
	address As Address _
) As String
public:
String^ ToStringWithAddress(
	Address^ address
)

Parameters

address
Type: Akka.Actor..::..Address
The address.

Return Value

System.String.