Show / Hide Table of Contents

Class OneComputeConstants.WorkerExecutionEnvironments

The worker execution environments.

Inheritance
object
OneComputeConstants.WorkerExecutionEnvironments
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.Core
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public static class OneComputeConstants.WorkerExecutionEnvironments

Fields

View Source

AzBatch

The Azure Batch execution environment.

Declaration
public const string AzBatch = "azbatch"
Field Value
Type Description
string
View Source

Local

The local execution environment.

Declaration
public const string Local = "local"
Field Value
Type Description
string
  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.