Class OneComputeConstants.WorkerExecutionEnvironments
The worker execution environments.
Inherited Members
Namespace: DNVGL.One.Compute.Core
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public static class OneComputeConstants.WorkerExecutionEnvironments
Fields
View SourceAzBatch
The Azure Batch execution environment.
Declaration
public const string AzBatch = "azbatch"
Field Value
Type | Description |
---|---|
string |
Local
The local execution environment.
Declaration
public const string Local = "local"
Field Value
Type | Description |
---|---|
string |