Click or drag to resize

LocalFileSystemWithSelfEventFilter Method (LocalFileSystemEventFilter, Action)

Runs an action with an event filter applied.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void WithSelfEventFilter(
	LocalFileSystemEventFilter filter,
	Action action
)

Parameters

filter
Type: callback.ShellBoost.Core.SynchronizationLocalFileSystemEventFilter
The filter.
action
Type: SystemAction
The action.
Exceptions
ExceptionCondition
ArgumentNullExceptionfilter is null or action is null.
See Also