ScheduledJobSelector Methods

 

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetLookupKey(String^)

Gets a normalized lookup key from a given jobName.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodInitializeCache()

Initializes the cache of IScheduledJob instances used to resolve a job given a job name.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodNormalizeJobName(String^)

Normalizes the job name that is registered in the cache of scheduled jobs by removing any "job" prefix from the name.

System_CAPS_pubmethodSelectJob(String^)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: