Click or drag to resize

ISyncStateProviderExecuteCommand Method

Executes a given command on the state provider. 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#
Object ExecuteCommand(
	IDictionary<string, Object> properties
)

Parameters

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

Return Value

Type: Object
An object whose value depends on the provider implementation.
See Also