Click or drag to resize
Akka.NETAssociationRegistryRemoteListenerRelativeTo 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.42 (1.2.3.42)
Syntax
public IHandleEventListener RemoteListenerRelativeTo(
	TestAssociationHandle handle,
	Tuple<IHandleEventListener, IHandleEventListener> listenerPair
)

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: IHandleEventListener
TBD
See Also