BufferManager.ReturnBuffer(Byte[]) 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.
Returns a buffer to the pool.
public:
abstract void ReturnBuffer(cli::array <System::Byte> ^ buffer);
public abstract void ReturnBuffer (byte[] buffer);
abstract member ReturnBuffer : byte[] -> unit
Public MustOverride Sub ReturnBuffer (buffer As Byte())
Parameters
- buffer
- Byte[]
A reference to the buffer being returned.
Exceptions
buffer
reference cannot be null
.
Length of buffer
does not match the pool's buffer length property.
Remarks
The buffer is returned to the pool and is available for re-use.
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.