|
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.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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