Show / Hide Table of Contents

Class OneComputePlatformClient.ClientOptions

Options for the OneComputePlatformClient.

Inheritance
object
OneComputePlatformClient.ClientOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: DNVGL.One.Compute.Platform.Client
Assembly: DNVGL.One.Compute.Platform.Client.dll
Syntax
public class OneComputePlatformClient.ClientOptions

Properties

View Source

InitialRequestRetryIntervalSeconds

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.

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
int

The maximum number of retries.

  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.