Class WorkRequest
The work request object. Sent by the system to workers. This version is used when the document data type is not known or not needed.
public class WorkRequest : IWorkRequest
- Inheritance
-
WorkRequest
- Implements
Remarks
The system uses this version in the BasicTransportDispatcher, which is primarily used for transports that serialize the message.
Properties
Document
[JsonConverter(typeof(ConcreteConverter<Document<object>>))]
public IDocument Document { get; set; }
Property Value
Job
public JobModel Job { get; set; }