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; }
Public Shared Property MaxConcurrentJobSubmissions As Integer
Get
Set
Property Value
Type:
Int32The maximum concurrent job submissions.
Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException | If value is less than or equal to 0. |
Remarks The default value is 16.
See Also