| AssociationRegistryTransportFor Method |
Returns the transport bound to the given address.
Namespace:
Akka.Remote.Transport
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Tuple<TestTransport, Task<IAssociationEventListener>> TransportFor(
Address address
)
member TransportFor :
address : Address -> Tuple<TestTransport, Task<IAssociationEventListener>>
Parameters
- address
- Type: Akka.ActorAddress
The address bound to the transport.
Return Value
Type:
TupleTestTransport,
TaskIAssociationEventListenerThe transport, if it exists.
See Also