AssociationRegistry..::..TransportFor Method
Returns the transport bound to the given address.
Namespace:
Akka.Remote.TransportAssembly: 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.