TestAssociationHandle..::..Key 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)

Syntax


public Tuple<Address, Address> Key { get; }
Public ReadOnly Property Key As Tuple(Of Address, Address)
	Get
public:
property Tuple<Address^, Address^>^ Key {
	Tuple<Address^, Address^>^ get ();
}