Click or drag to resize

MultiPointSynchronizerOptionsRunJobsInParallel Property

Gets or sets a value indicating whether jobs run in parallel.

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

Property Value

Type: Boolean
true if jobs run in parallel; otherwise, false.
See Also