|
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.276-beta+3dd4b43be3e31323696af3ab6b14b705e6420d69
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