Click or drag to resize

MultiPointSynchronizerGetDefaultSyncStateProvider Method

Gets the default state provider.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static ISyncStateProvider GetDefaultSyncStateProvider(
	string multiPointIdentifier,
	IDictionary<string, Object> properties = null
)

Parameters

multiPointIdentifier
Type: SystemString
The multi-point identifier.
properties (Optional)
Type: System.Collections.GenericIDictionaryString, Object
The optional properties.

Return Value

Type: ISyncStateProvider
An instance of the ISyncStateProvider interface.
See Also