Click or drag to resize
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.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
Address GetExternalAddressFor(
	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