Class OneComputePlatformClient.ClientOptions
Options for the OneComputePlatformClient.
Inheritance
System.Object
OneComputePlatformClient.ClientOptions
Namespace: DNVGL.One.Compute.Platform.Client
Assembly: DNVGL.One.Compute.Platform.Client.dll
Syntax
public class ClientOptions : object
Properties
View SourceInitialRequestRetryIntervalSeconds
Gets or sets the initial retry interval in seconds.
Declaration
public int InitialRequestRetryIntervalSeconds { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The initial retry interval in seconds. |
JobSubmissionMethod
Gets or sets the job submission method.
Declaration
public JobSubmissionMethods JobSubmissionMethod { get; set; }
Property Value
Type | Description |
---|---|
JobSubmissionMethods | The job submission method. |
MaxNumberOfRequestRetries
Gets or sets the maximum number of request retries.
Declaration
public int MaxNumberOfRequestRetries { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The maximum number of retries. |