Click or drag to resize

MultiPointSynchronizerGroupChange Method

Groups a StateSyncChange change instance before a job is created.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void GroupChange(
	StateSyncChange change,
	IDictionary<PathSegmentList, StateSyncChangeGroup> groupsByPath
)

Parameters

change
Type: callback.ShellBoost.Core.SynchronizationStateSyncChange
The change.
groupsByPath
Type: System.Collections.GenericIDictionaryPathSegmentList, StateSyncChangeGroup
A dictionary of groups by path.
Exceptions
ExceptionCondition
ArgumentNullExceptionchange is null or groupsByPath is null.
See Also