Click or drag to resize

MultiPointSynchronizerSyncEventsSinkIsValidChange Method

Determines whether a change instance is valid.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool IsValidChange(
	StateSyncChange change
)

Parameters

change
Type: callback.ShellBoost.Core.SynchronizationStateSyncChange
The change.

Return Value

Type: Boolean
true if a change instance is valid; otherwise, false.

Implements

ISyncEventsSinkIsValidChange(StateSyncChange)
See Also