C# Class Microsoft.Azure.Amqp.AsyncIO.AsyncFrameWriter

A writer that writes complete AMQP frames. Frame writes may be batched. Writer owns closing the transport.
Inheritance: AsyncWriter
Mostrar archivo Open project: Azure/azure-amqp

Public Methods

Method Description
AsyncFrameWriter ( TransportBase transport, int writeQueueFullLimit, int writeQueueEmptyLimit, IIoHandler parent ) : System
WriteBuffer ( IList buffers ) : void

Method Details

AsyncFrameWriter() public method

public AsyncFrameWriter ( TransportBase transport, int writeQueueFullLimit, int writeQueueEmptyLimit, IIoHandler parent ) : System
transport Microsoft.Azure.Amqp.Transport.TransportBase
writeQueueFullLimit int
writeQueueEmptyLimit int
parent IIoHandler
return System

WriteBuffer() public method

public WriteBuffer ( IList buffers ) : void
buffers IList
return void