Method FreeBlocks
FreeBlocks(Int32)
Removes the given number of byte blocks from the buffer if possible.
Declaration
public int FreeBlocks(int num)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | num | The number of byte blocks to remove. |
Returns
Type | Description |
---|---|
System.Int32 | The number of actually removed buffers. |