 | AssociationRegistry.TransportFor 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)
Syntaxpublic Tuple<TestTransport, Task<IAssociationEventListener>> TransportFor(
Address address
)
member TransportFor :
address : Address -> Tuple<TestTransport, Task<IAssociationEventListener>>
Parameters
- address
- Type: Akka.Actor.Address
The address bound to the transport.
Return Value
Type:
Tuple<TestTransport,
Task<IAssociationEventListener>>The transport, if it exists.
See Also