Share via


ScheduledJobDescriptor Class

 

Provides a metadata description of a IScheduledJob.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs.ScheduledJobDescriptor

Syntax

public class ScheduledJobDescriptor
public ref class ScheduledJobDescriptor 
type ScheduledJobDescriptor = class end
Public Class ScheduledJobDescriptor

Constructors

Name Description
System_CAPS_pubmethod ScheduledJobDescriptor(HttpConfiguration, String, Type)

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

Properties

Name Description
System_CAPS_pubproperty Config

Gets or sets the current HttpConfiguration.

System_CAPS_pubproperty JobName

Gets or sets the name of the scheduled job.

System_CAPS_pubproperty JobType

Get or sets the type of the scheduled job.

System_CAPS_pubproperty Properties

Gets the properties associated with this particular IScheduledJob type.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs Namespace

Return to top