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

A reader that reads specified bytes and notifies caller upon completion (pull).
Afficher le fichier Open project: Azure/azure-amqp

Méthodes publiques

Méthode Description
AsyncBufferReader ( TransportBase transport ) : System
ReadBuffer ( TransportAsyncCallbackArgs args ) : void

Private Methods

Méthode Description
HandleReadComplete ( TransportAsyncCallbackArgs args ) : bool
OnReadComplete ( TransportAsyncCallbackArgs args ) : void
Read ( TransportAsyncCallbackArgs args ) : void

Method Details

AsyncBufferReader() public méthode

public AsyncBufferReader ( TransportBase transport ) : System
transport Microsoft.Azure.Amqp.Transport.TransportBase
Résultat System

ReadBuffer() public méthode

public ReadBuffer ( TransportAsyncCallbackArgs args ) : void
args Microsoft.Azure.Amqp.Transport.TransportAsyncCallbackArgs
Résultat void