| TestAssociationHandleKey Property |
Key used in
AssociationRegistry to identify associations. Contains an ordered Tuple of addresses,
where the first address is always the initiator of the association.
Namespace:
Akka.Remote.Transport
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Tuple<Address, Address> Key { get; }
member Key : Tuple<Address, Address> with get
Property Value
Type:
TupleAddress,
AddressSee Also