Click or drag to resize

LocalFileSystemEventFilter Constructor

Initializes a new instance of the LocalFileSystemEventFilter class.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public LocalFileSystemEventFilter(
	TimeSpan maximumDuration
)

Parameters

maximumDuration
Type: SystemTimeSpan
The maximum duration.
See Also