Click or drag to resize
Akka.NETActorPathToStringWithAddress 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.42 (1.2.3.42)
Syntax
public string ToStringWithAddress(
	Address address
)

Parameters

address
Type: Akka.ActorAddress
The address.

Return Value

Type: String
System.String.
See Also