Share via


IBufferPoolManager Interface

Definition

Defines the interface that represents the IBufferPoolManager class.

public interface IBufferPoolManager
type IBufferPoolManager = interface
Public Interface IBufferPoolManager
Derived

Methods

ReturnBuffer(IPooledBuffer)

Return the Buffer to the Pool.

TakeBuffer()

Gets the Buffer from the Pool.

Applies to