Click or drag to resize
Akka.NETAssociationRegistryTransportFor Method
Returns the transport bound to the given address.

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Tuple<TestTransport, Task<IAssociationEventListener>> TransportFor(
	Address address
)

Parameters

address
Type: Akka.ActorAddress
The address bound to the transport.

Return Value

Type: TupleTestTransport, TaskIAssociationEventListener
The transport, if it exists.
See Also