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)

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

Public Class ScheduledJobDescriptor

NameDescription
System_CAPS_pubmethodScheduledJobDescriptor(HttpConfiguration, String, Type)

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

NameDescription
System_CAPS_pubpropertyConfig

Gets or sets the current HttpConfiguration.

System_CAPS_pubpropertyJobName

Gets or sets the name of the scheduled job.

System_CAPS_pubpropertyJobType

Get or sets the type of the scheduled job.

System_CAPS_pubpropertyProperties

Gets the properties associated with this particular IScheduledJob type.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: