|
BufferPoolTakeBuffer Method
|
Gets a buffer of at least the specified size from the pool.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public static byte[] TakeBuffer(
int bufferSize
)
Public Shared Function TakeBuffer (
bufferSize As Integer
) As Byte()
static member TakeBuffer :
bufferSize : int -> byte[]
GSF.BufferPool.TakeBuffer = function(bufferSize);
View SourceParameters
- bufferSize Int32
- The size, in bytes, of the requested buffer.
Return Value
ByteA byte array that is the requested size of the buffer.
Exceptions See Also