C# Class Microsoft.Azure.Amqp.InternalBufferManager.PooledBufferManager.BufferPool

Afficher le fichier Open project: Azure/azure-amqp

Méthodes publiques

Méthode Description
BufferPool ( int bufferSize, int limit ) : System
Clear ( ) : void
DecrementCount ( ) : void
IncrementCount ( ) : void

Private Methods

Méthode Description
CreatePool ( int bufferSize, int limit ) : BufferPool
OnClear ( ) : void
Return ( byte buffer ) : bool
Take ( ) : byte[]

Method Details

BufferPool() public méthode

public BufferPool ( int bufferSize, int limit ) : System
bufferSize int
limit int
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

DecrementCount() public méthode

public DecrementCount ( ) : void
Résultat void

IncrementCount() public méthode

public IncrementCount ( ) : void
Résultat void