Click or drag to resize

EndPointSynchronizerSaveStateDiff Method

Saves the differential state.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void SaveStateDiff(
	ISyncEventsSink sink,
	EndPointSynchronizerStateDiff diff
)

Parameters

sink
Type: ShellBoost.Core.SynchronizationISyncEventsSink
The synchronizer sink.
diff
Type: ShellBoost.Core.SynchronizationEndPointSynchronizerStateDiff
The differential state.
Exceptions
ExceptionCondition
ArgumentNullExceptionsink is null.
See Also