Click or drag to resize

EndPointSynchronizerTransactedSaveStateDiff Method

Saves the differential state in a transaction.

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

Parameters

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