Click or drag to resize

LocalFileSystemOptionsEventsWatcherBufferSize Property

Gets or sets the size of the File System Watcher's buffer.

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

Property Value

Type: Int32
The size of the File System Watcher's buffer.
See Also