Show / Hide Table of Contents

Enum JobSubmissionMethods

Job submission methods supported.

Namespace: DNVGL.One.Compute.Platform.Client
Assembly: DNVGL.One.Compute.Platform.Client.dll
Syntax
public enum JobSubmissionMethods : int

Fields

Name Description
EmbedJobInSubmitRequest

Submit the job by embedding it in the SubmitJob(Job) request.

SubmitJobByReference

Submit the job by first uploading it to the jobs container and then posting a request to submit that job.

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