ActorRefProviderGetExternalAddressFor 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.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxAddress GetExternalAddressFor(
Address address
)
Function GetExternalAddressFor (
address As Address
) As Address
Address^ GetExternalAddressFor(
Address^ address
)
abstract GetExternalAddressFor :
address : Address -> Address
Parameters
- address
- Type: Akka.ActorAddress
[Missing <param name="address"/> documentation for "M:Akka.Actor.ActorRefProvider.GetExternalAddressFor(Akka.Actor.Address)"]
Return Value
Type:
Address[Missing <returns> documentation for "M:Akka.Actor.ActorRefProvider.GetExternalAddressFor(Akka.Actor.Address)"]
See Also