AssociationRegistry..::..DeregisterAssociation Method
Removes an association.
Namespace:
Akka.Remote.TransportAssembly: 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 )