AssociationHandle Class

A Service Provider Interface (SPI) layer for abstracting over logical links (associations) created by a Transport. Handles are responsible for providing an API for sending and receiving from the underlying channel. To register a listener for processing incoming payload data, the listener must be registered by completing the Task returned by [AssociationHandle.ReadHandlerSource]. Incoming data is not processed until this registration takes place.

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public abstract class AssociationHandle
Public MustInherit Class AssociationHandle
public ref class AssociationHandle abstract

Inheritance Hierarchy


Object
  Akka.Remote.Transport..::..AssociationHandle