|
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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic 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