|
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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
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