Click or drag to resize

OnDemandLocalFileSystemOptionsCloudFileInUseWaitTime Property

Gets or sets the number of retry wait time (in milliseconds) when a cloud file is in use. The minimum is 50.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual int CloudFileInUseWaitTime { get; set; }

Property Value

Type: Int32
The number of retry wait time when a cloud file is in use.
See Also