IScheduledJobTypeResolver Interface

 

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.

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

public interface IScheduledJobTypeResolver

NameDescription
System_CAPS_pubmethodGetJobTypes(IEnumerable<Assembly>)

Returns a collection of scheduled job types available to the service.

Return to top
Show: