Click or drag to resize

EndPointSynchronizerOptionsSynchronizationStatePriority Property

Gets or sets the synchronization state priority. The lowest value has the highest priority.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual int? SynchronizationStatePriority { get; set; }

Property Value

Type: NullableInt32
The synchronization state priority.
See Also