Click or drag to resize

MultiPointSynchronizerOptionsMaximumNumberOfJobsInParallel Property

Gets or sets the maximum number of jobs runnning in parallel. Only used if RunJobsInParallel is set to true. Setting it to a less or equal to zero number means no limit to the maximum number of jobs running in parallel.

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

Property Value

Type: Int32
The maximum number of jobs running in parallel.
See Also