MemoryPoolSetMaximumBufferSize Method

Changes the allowable maximum buffer size.

Definition

Namespace: SnapDB.IO.Unmanaged
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public long SetMaximumBufferSize(
	long value
)

Parameters

value  Int64
The new maximum buffer size in bytes.

Return Value

Int64
The previous maximum buffer size before the change.

See Also