Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs Namespace

 

ClassDescription
System_CAPS_pubclassScheduledJobActivator

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

System_CAPS_pubclassScheduledJobDescriptor

Provides a metadata description of a IScheduledJob.

System_CAPS_pubclassScheduledJobSelector

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

System_CAPS_pubclassScheduledJobTypeResolver

Provides an implementation of IScheduledJobTypeResolver with no external dependencies.

InterfaceDescription
System_CAPS_pubinterfaceIScheduledJob

Provides an abstraction for a scheduled job.

System_CAPS_pubinterfaceIScheduledJobActivator

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_pubinterfaceIScheduledJobSelector

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

System_CAPS_pubinterfaceIScheduledJobTypeResolver

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
Show: