AssociationRegistry..::..TransportFor Method

Returns the transport bound to the given address.

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public Tuple<TestTransport, Task<IAssociationEventListener>> TransportFor(
	Address address
)
Public Function TransportFor ( _
	address As Address _
) As Tuple(Of TestTransport, Task(Of IAssociationEventListener))
public:
Tuple<TestTransport^, Task<IAssociationEventListener^>^>^ TransportFor(
	Address^ address
)

Parameters

address
Type: Akka.Actor..::..Address
The address bound to the transport.

Return Value

The transport, if it exists.