Click or drag to resize

OnDemandLocalFileSystemOptionsSynchronizationCheckTime Property

Gets or sets the time to check for a file synchronization to be completed, in milliseconds. Only used if SynchronizationStateEndPointSynchronizerIdentifiers is used.

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

Property Value

Type: Int32
The time to check for a file synchronization to be completed.
See Also