Click or drag to resize

LocalFileSystemNewWatcher Method

Creates a new LocalFileSystemWatcher.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual LocalFileSystemWatcher NewWatcher()

Return Value

Type: LocalFileSystemWatcher
An instance of the LocalFileSystemWatcher class.
See Also