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:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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