ScheduledJobSelector Class

 

Provides a default implementation of the IScheduledJobSelector for selecting 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.ScheduledJobSelector

type ScheduledJobSelector = 
    class
        interface IScheduledJobSelector
    end

NameDescription
System_CAPS_pubmethodScheduledJobSelector(HttpConfiguration)

Initializes a new instance of the ScheduledJobSelector with a given config.

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.)

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: