JobSchedulerSettings.MaxConcurrentJobSubmissions 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.10.0.1777 (2.10.0.1777)
Syntaxpublic static int MaxConcurrentJobSubmissions { get; set; }
Public Shared Property MaxConcurrentJobSubmissions As Integer
Get
Set
Property Value
Type:
Int32The maximum concurrent job submissions.
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | If value is less than or equal to 0. |
RemarksThe default value is 16.
See Also