Click or drag to resize
Akka.NETTestAssociationHandle Properties

The TestAssociationHandle type exposes the following members.

Properties
  NameDescription
Public propertyKey
Key used in AssociationRegistry to identify associations. Contains an ordered Tuple of addresses, where the first address is always the initiator of the association.
Public propertyLocalAddress
Address of the local endpoint
(Inherited from AssociationHandle.)
Public propertyReadHandlerSource
The TaskCompletionSource returned by this call must be completed with an IHandleEventListener to register a listener responsible for handling the incoming payload. Until the listener is not registered the transport SHOULD buffer incoming messages.
(Inherited from AssociationHandle.)
Public propertyRemoteAddress
Address of the remote endpoint
(Inherited from AssociationHandle.)
Top
See Also