Show / Hide Table of Contents

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 Source

InitialRequestRetryIntervalSeconds

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.

View Source

JobSubmissionMethod

Gets or sets the job submission method.

Declaration
public JobSubmissionMethods JobSubmissionMethod { get; set; }
Property Value
Type Description
JobSubmissionMethods

The job submission method.

View Source

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.

  • View Source
In This Article
Back to top Copyright © DNV AS. All rights reserved.