C# 클래스 Microsoft.Azure.Amqp.InternalBufferManager.PooledBufferManager.BufferPool

파일 보기 프로젝트 열기: Azure/azure-amqp

공개 메소드들

메소드 설명
BufferPool ( int bufferSize, int limit ) : System
Clear ( ) : void
DecrementCount ( ) : void
IncrementCount ( ) : void

비공개 메소드들

메소드 설명
CreatePool ( int bufferSize, int limit ) : BufferPool
OnClear ( ) : void
Return ( byte buffer ) : bool
Take ( ) : byte[]

메소드 상세

BufferPool() 공개 메소드

public BufferPool ( int bufferSize, int limit ) : System
bufferSize int
limit int
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DecrementCount() 공개 메소드

public DecrementCount ( ) : void
리턴 void

IncrementCount() 공개 메소드

public IncrementCount ( ) : void
리턴 void