Skip to the content.

RingBufferPlus API:ScaleMode

Build License NuGet Downloads

Back to List Api

ScaleMode

Namespace: RingBufferPlus

Represents Scale mode of RingBufferPlus.

public enum ScaleMode

Inheritance ObjectValueTypeEnumScaleMode
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
Automatic 0 Scale automatic by free-resources.
Manual 1 Scale manual by user.
Slave 2 Scale manual by Master-Slave.

Back to List Api