Click or drag to resize

EndPointSynchronizer.SaveStateDiff Method

Saves the differential state.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void SaveStateDiff(
	ISyncEventsSink sink,
	EndPointSynchronizer.StateDiff diff
)

Parameters

sink
Type: callback.ShellBoost.Core.Synchronization.ISyncEventsSink
The synchronizer sink.
diff
Type: callback.ShellBoost.Core.Synchronization.EndPointSynchronizer.StateDiff
The differential state.
Exceptions
ExceptionCondition
ArgumentNullExceptionsink is null.
See Also