IBufferManager Methods

Windows Runtime Azure Storage Client Library

Public Methods

  Name Description
public method GetDefaultBufferSize Gets the size, in bytes, of the buffers managed by the given pool. Note that the buffer manager must return buffers of the exact size requested by the client.
public method ReturnBuffer Returns a buffer to the pool.
public method TakeBuffer Gets a buffer of the specified size or larger from the pool.

See Also