C# Class Microsoft.Azure.Amqp.Transport.TcpTransport.ReadAsyncEventArgs

Inheritance: System.Net.Sockets.SocketAsyncEventArgs
Afficher le fichier Open project: Azure/azure-amqp

Méthodes publiques

Méthode Description
Dispose ( ) : void
PrepareRead ( int count ) : ByteBuffer
ReadAsyncEventArgs ( int bufferSize ) : System
ReportRead ( ITransportMonitor monitor ) : void
Reset ( ) : void
SetReadBuffer ( TransportAsyncCallbackArgs args ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

PrepareRead() public méthode

public PrepareRead ( int count ) : ByteBuffer
count int
Résultat ByteBuffer

ReadAsyncEventArgs() public méthode

public ReadAsyncEventArgs ( int bufferSize ) : System
bufferSize int
Résultat System

ReportRead() public méthode

public ReportRead ( ITransportMonitor monitor ) : void
monitor ITransportMonitor
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

SetReadBuffer() public méthode

public SetReadBuffer ( TransportAsyncCallbackArgs args ) : void
args TransportAsyncCallbackArgs
Résultat void