| AssociationRegistryRemoteListenerRelativeTo Method |
Returns the remote endpoint for a pair of endpoints relative to the owner of the supplied
TestAssociationHandle.
Namespace:
Akka.Remote.Transport
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public IHandleEventListener RemoteListenerRelativeTo(
TestAssociationHandle handle,
Tuple<IHandleEventListener, IHandleEventListener> listenerPair
)
member RemoteListenerRelativeTo :
handle : TestAssociationHandle *
listenerPair : Tuple<IHandleEventListener, IHandleEventListener> -> IHandleEventListener
Parameters
- handle
- Type: Akka.Remote.TransportTestAssociationHandle
The reference handle to determine the remote endpoint relative to - listenerPair
- Type: SystemTupleIHandleEventListener, IHandleEventListener
pair of listeners in initiator, receiver order
Return Value
Type:
IHandleEventListenerTBD
See Also