| AssociationRegistryExistsAssociation Method |
Tests if an association was registered.
Namespace:
Akka.Remote.Transport
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public bool ExistsAssociation(
Address initiatorAddress,
Address remoteAddress
)
member ExistsAssociation :
initiatorAddress : Address *
remoteAddress : Address -> bool
Parameters
- initiatorAddress
- Type: Akka.ActorAddress
The initiator of the association. - remoteAddress
- Type: Akka.ActorAddress
The other address of the association.
Return Value
Type:
BooleanTrue if there is an association for the given address.
See Also