Table of Contents

Class ScheduledJobData

Namespace
JobFlow.Core.Jobs
Assembly
JobFlow.Core.dll

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

jobId int
documentId string

Properties

DocumentId

Primary Document Id.

public string DocumentId { get; }

Property Value

string

JobId

Internal primary key of the Job.

public int JobId { get; }

Property Value

int