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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.