AssociationRegistry..::..RemoteListenerRelativeTo 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)

Syntax


public IHandleEventListener RemoteListenerRelativeTo(
	TestAssociationHandle handle,
	Tuple<IHandleEventListener, IHandleEventListener> listenerPair
)
Public Function RemoteListenerRelativeTo ( _
	handle As TestAssociationHandle, _
	listenerPair As Tuple(Of IHandleEventListener, IHandleEventListener) _
) As IHandleEventListener
public:
IHandleEventListener^ RemoteListenerRelativeTo(
	TestAssociationHandle^ handle, 
	Tuple<IHandleEventListener^, IHandleEventListener^>^ listenerPair
)

Parameters

handle
Type: Akka.Remote.Transport..::..TestAssociationHandle
The reference handle to determine the remote endpoint relative to
listenerPair
Type: Tuple<(Of <(<'IHandleEventListener, IHandleEventListener>)>)>
pair of listeners in initiator, receiver order

Return Value