ScheduledJobDescriptor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET