Show / Hide Table of Contents

Class ScheduleWorkMessage

Represents a message for scheduling work.

Inheritance
System.Object
ScheduleWorkMessage
Namespace: DNVGL.One.Compute.Core.Messages
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class ScheduleWorkMessage : object

Properties

View Source

JobId

Gets or sets the job identifier to schedule the work on.

Declaration
public string JobId { get; set; }
Property Value
Type Description
System.String

The job identifier.

View Source

Work

Gets or sets the work to schedule.

Declaration
public WorkItem Work { get; set; }
Property Value
Type Description
WorkItem

The work to schedule.

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