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:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
void Backup(
	IDictionary<string, Object> properties
)

Parameters

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