Click or drag to resize

LocalFileSystemWatcherBufferSize Property

Gets or sets the size (in bytes) of the events buffer.

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

Property Value

Type: Int32
The size of the events buffer
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is lesser than 1024 * 64.
See Also