Class OneComputePlatformClient.ClientOptions
Options for the OneComputePlatformClient.
Inherited Members
Namespace: DNVGL.One.Compute.Platform.Client
Assembly: DNVGL.One.Compute.Platform.Client.dll
Syntax
public class OneComputePlatformClient.ClientOptions
Properties
View SourceInitialRequestRetryIntervalSeconds
Gets or sets the initial retry interval in seconds.
Declaration
public int InitialRequestRetryIntervalSeconds { get; set; }
Property Value
Type | Description |
---|---|
int | 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 |
---|---|
int | The maximum number of retries. |