ScheduledJobDescriptor Class

Definition

Provides a metadata description of a IScheduledJob.

public class ScheduledJobDescriptor
type ScheduledJobDescriptor = class
Public Class ScheduledJobDescriptor
Inheritance
ScheduledJobDescriptor

Constructors

ScheduledJobDescriptor(HttpConfiguration, String, Type)

Initializes a new instance of the ScheduledJobDescriptor with a given name and type of the scheduled job.

Properties

Config

Gets or sets the current System.Web.Http.HttpConfiguration.

JobName

Gets or sets the name of the scheduled job.

JobType

Get or sets the type of the scheduled job.

Properties

Gets the properties associated with this particular IScheduledJob type.

Applies to