Click or drag to resize

JobSchedulerSettingsClusterResponseTimeout Property

Gets or sets the number of milliseconds before timing out certain cluster API requests.

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 ClusterResponseTimeout { 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 20 seconds.
See Also

STK Parallel Computing Server 2.9 API for .NET