ActorRefProvider..::..GetExternalAddressFor Method

Obtain the address which is to be used within sender references when sending to the given other address or none if the other address cannot be reached from this system (i.e. no means of communication known; no attempt is made to verify actual reachability).

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


Address GetExternalAddressFor(
	Address address
)
Function GetExternalAddressFor ( _
	address As Address _
) As Address
Address^ GetExternalAddressFor(
	Address^ address
)

Parameters

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