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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.