Click or drag to resize

MultiPointSynchronizerOptionsIdleTasksTimeout Property

Gets or sets the idle tasks timeout, in milliseconds.

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

Property Value

Type: Int32
The idle tasks timeout.
See Also