Class WorkerMessage
Represents a message from a worker.
Inheritance
System.Object
WorkerMessage
Namespace: DNVGL.One.Compute.Core.Messages
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class WorkerMessage : object
Properties
View SourceJobId
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. |
Work
Gets or sets the work to schedule.
Declaration
public WorkItem Work { get; set; }
Property Value
| Type | Description |
|---|---|
| WorkItem | The work to schedule. |