MultiPointSynchronizerGetDefaultSyncStateProvider Method |
Gets the default state provider.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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:
ISyncStateProviderAn instance of the ISyncStateProvider interface.
See Also