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:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual int MaximumNumberOfJobsInParallel { get; set; }
Property Value
Type:
Int32
The maximum number of jobs running in parallel.
See Also