Click or drag to resize

EndPointSynchronizerSaveEntry Method

Saves an entry to this endpoint synchronizer.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void SaveEntry(
	StateSyncEntry entry
)

Parameters

entry
Type: ShellBoost.Core.SynchronizationStateSyncEntry
The entry.
Exceptions
ExceptionCondition
ArgumentNullExceptionentry is null.
See Also