Click or drag to resize

LocalFileSystemOnWatcherBufferTooSmall Method

Handles the watcher's BufferTooSmall event.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void OnWatcherBufferTooSmall(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
The EventArgs instance containing the event data.
See Also