Click or drag to resize
Akka.NETTestAssociationHandleKey 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.42 (1.2.3.42)
Syntax
public Tuple<Address, Address> Key { get; }

Property Value

Type: TupleAddress, Address
See Also