Click or drag to resize

LocalFileSystemWithSelfEventFilter Method (LocalFileSystemEventFilter, Action)

Runs an action with an event filter applied.

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

Parameters

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