AssociationRegistry..::..ExistsAssociation Method

Tests if an association was registered.

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

Syntax


public bool ExistsAssociation(
	Address initiatorAddress,
	Address remoteAddress
)
Public Function ExistsAssociation ( _
	initiatorAddress As Address, _
	remoteAddress As Address _
) As Boolean
public:
bool^ ExistsAssociation(
	Address^ initiatorAddress, 
	Address^ remoteAddress
)

Parameters

initiatorAddress
Type: Akka.Actor..::..Address
The initiator of the association.
remoteAddress
Type: Akka.Actor..::..Address
The other address of the association.

Return Value

True if there is an association for the given address.