Click or drag to resize

ISyncStateProviderBackup Method

Backups the state. The implementation is specific to the state provider. The exact set of required properties depends on the implementation.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
void Backup(
	IDictionary<string, Object> properties
)

Parameters

properties
Type: System.Collections.GenericIDictionaryString, Object
An optional set of properties.
See Also