IBufferManager.TakeBuffer(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a buffer of the specified size or larger from the pool.
public byte[] TakeBuffer (int bufferSize);
abstract member TakeBuffer : int -> byte[]
Public Function TakeBuffer (bufferSize As Integer) As Byte()
Parameters
- bufferSize
- Int32
The size, in bytes, of the requested buffer.
Returns
Byte[]
A byte array that is the requested size of the buffer.
Exceptions
The value specified for bufferSize
cannot be less than zero.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET