AssociationRegistry..::..DeregisterAssociation Method

Removes an association.

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public Tuple<IHandleEventListener, IHandleEventListener> DeregisterAssociation(
	Tuple<Address, Address> key
)
Public Function DeregisterAssociation ( _
	key As Tuple(Of Address, Address) _
) As Tuple(Of IHandleEventListener, IHandleEventListener)
public:
Tuple<IHandleEventListener^, IHandleEventListener^>^ DeregisterAssociation(
	Tuple<Address^, Address^>^ key
)

Parameters

key
Type: Tuple<(Of <(<'Address, Address>)>)>
Ordered pair of addresses representing an association. First element must be the address of the initiator.

Return Value

The original entries, or null if the key wasn't found in the table.