Click or drag to resize
Akka.NETAssociationRegistryDeregisterAssociation Method
Removes an association.

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Tuple<IHandleEventListener, IHandleEventListener> DeregisterAssociation(
	Tuple<Address, Address> key
)

Parameters

key
Type: SystemTupleAddress, Address
Ordered pair of addresses representing an association. First element must be the address of the initiator.

Return Value

Type: TupleIHandleEventListener, IHandleEventListener
The original entries, or null if the key wasn't found in the table.
See Also