Click or drag to resize

BaseJobExecutorProfileConcurrentExecutors Property

The maximum number of tasks/threads that will run in parallel to process the execution. Set to 0 to ignore.

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public int ConcurrentExecutors { get; set; }

Property Value

Int32
See Also