| IActorRefProviderGetExternalAddressFor 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) Version: 1.2.3.42 (1.2.3.42)
Syntax Address GetExternalAddressFor(
Address address
)
abstract GetExternalAddressFor :
address : Address -> Address
Parameters
- address
- Type: Akka.ActorAddress
TBD
Return Value
Type:
AddressTBD
See Also