Class ScheduledJobData
Used by Job schedulers when scheduling jobs.
public class ScheduledJobData
- Inheritance
-
ScheduledJobData
- Extension Methods
Constructors
ScheduledJobData(int, string)
public ScheduledJobData(int jobId, string documentId)
Parameters
Properties
DocumentId
Primary Document Id.
public string DocumentId { get; }
Property Value
JobId
Internal primary key of the Job.
public int JobId { get; }