Click or drag to resize
Akka.NETAssociationRegistryExistsAssociation Method
Tests if an association was registered.

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool ExistsAssociation(
	Address initiatorAddress,
	Address remoteAddress
)

Parameters

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

Return Value

Type: Boolean
True if there is an association for the given address.
See Also