Click or drag to resize
Akka.NETTestAssociationHandle Class
TBD
Inheritance Hierarchy

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public sealed class TestAssociationHandle : AssociationHandle

The TestAssociationHandle type exposes the following members.

Constructors
  NameDescription
Public methodTestAssociationHandle
TBD
Top
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
Methods
  NameDescription
Public methodDisassociate
TBD
(Overrides AssociationHandleDisassociate.)
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from AssociationHandle.)
Protected methodEquals(AssociationHandle) (Inherited from AssociationHandle.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from AssociationHandle.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite
TBD
(Overrides AssociationHandleWrite(ByteString).)
Top
Fields
  NameDescription
Public fieldInbound
TBD
Top
Extension Methods
See Also