Click or drag to resize

JobSchedulerSettingsMaxConcurrentJobSubmissions Property

Gets or sets the maximum number of concurrent job submissions.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public static int MaxConcurrentJobSubmissions { get; set; }

Property Value

Type: Int32
The maximum concurrent job submissions.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf value is less than or equal to 0.
Remarks
The default value is 16.
See Also

STK Parallel Computing Server 2.9 API for .NET