| AssociationRegistryDeregisterAssociation Method |
Removes an association.
Namespace:
Akka.Remote.Transport
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Tuple<IHandleEventListener, IHandleEventListener> DeregisterAssociation(
Tuple<Address, Address> key
)
member DeregisterAssociation :
key : Tuple<Address, Address> -> Tuple<IHandleEventListener, IHandleEventListener>
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,
IHandleEventListenerThe original entries, or null if the key wasn't found in the table.
See Also