Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs Namespace

 

Classes

Class Description
System_CAPS_pubclass ScheduledJobActivator

Provides a default implementation of IScheduledJobActivator which gets an instance of a scheduled job from the registered dependency resolver.

System_CAPS_pubclass ScheduledJobDescriptor

Provides a metadata description of a IScheduledJob.

System_CAPS_pubclass ScheduledJobSelector

Provides a default implementation of the IScheduledJobSelector for selecting a IScheduledJob.

System_CAPS_pubclass ScheduledJobTypeResolver

Provides an implementation of IScheduledJobTypeResolver with no external dependencies.

Interfaces

Interface Description
System_CAPS_pubinterface IScheduledJob

Provides an abstraction for a scheduled job.

System_CAPS_pubinterface IScheduledJobActivator

Provides an abstraction for instantiating an instance of a scheduled job. An implementation can be registered via the T:System.Web.Http.Services.DependencyResolver.

System_CAPS_pubinterface IScheduledJobSelector

Provides an abstraction for selecting a scheduled job. An implementation can be registered via the T:System.Web.Http.Services.DependencyResolver.

System_CAPS_pubinterface IScheduledJobTypeResolver

Provides an abstraction for getting the scheduled job types for a service. An implementation can be registered via the T:System.Web.Http.Services.DependencyResolver.

Return to top