Click or drag to resize

LocalFileSystemWatcherSynthetizeCircularBufferSize Property

Gets or sets the size of the synthetize circular buffer. The minimum value is 10.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual int SynthetizeCircularBufferSize { get; set; }

Property Value

Type: Int32
The size of the synthetize circular buffer.
See Also