ScheduledJobSelector 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 default implementation of the IScheduledJobSelector for selecting a IScheduledJob.
public class ScheduledJobSelector : Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs.IScheduledJobSelector
type ScheduledJobSelector = class
interface IScheduledJobSelector
Public Class ScheduledJobSelector
Implements IScheduledJobSelector
- Inheritance
-
ScheduledJobSelector
- Implements
Constructors
ScheduledJobSelector(HttpConfiguration) |
Initializes a new instance of the ScheduledJobSelector with a given |
Methods
GetLookupKey(String) |
Gets a normalized lookup key from a given |
InitializeCache() |
Initializes the cache of IScheduledJob instances used to resolve a job given a job name. |
NormalizeJobName(String) |
Normalizes the job name that is registered in the cache of scheduled jobs by removing any "job" prefix from the name. |
SelectJob(String) |
Returns a collection of scheduled jobs matching a given |
Applies to
Azure SDK for .NET