Share via


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)

Syntax

public interface IScheduledJobTypeResolver
public interface class IScheduledJobTypeResolver
type IScheduledJobTypeResolver = interface end
Public Interface IScheduledJobTypeResolver

Methods

Name Description
System_CAPS_pubmethod GetJobTypes(IEnumerable<Assembly>)

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

See Also

Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs Namespace

Return to top