Click or drag to resize

MultiPointSynchronizerOptionsStateProviderProperties Property

Gets the properties to pass to the state provider at initialization. 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#
public virtual IDictionary<string, Object> StateProviderProperties { get; }

Property Value

Type: IDictionaryString, Object
The state provider properties.
See Also