JobsController Constructor
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.
Initializes a new instance of the JobsController.
public JobsController (Microsoft.WindowsAzure.Mobile.Service.ApiServices services, Microsoft.WindowsAzure.Mobile.Service.Security.IScheduledJobAuthorizationManager authorizationManager, Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs.IScheduledJobSelector scheduledJobSelector);
new Microsoft.WindowsAzure.Mobile.Service.Controllers.JobsController : Microsoft.WindowsAzure.Mobile.Service.ApiServices * Microsoft.WindowsAzure.Mobile.Service.Security.IScheduledJobAuthorizationManager * Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs.IScheduledJobSelector -> Microsoft.WindowsAzure.Mobile.Service.Controllers.JobsController
Public Sub New (services As ApiServices, authorizationManager As IScheduledJobAuthorizationManager, scheduledJobSelector As IScheduledJobSelector)
Parameters
- services
- ApiServices
The ApiServices for this instance.
- authorizationManager
- IScheduledJobAuthorizationManager
The IScheduledJobAuthorizationManager used for verifying whether a given request is authorized to execute the IScheduledJob.
- scheduledJobSelector
- IScheduledJobSelector
The IScheduledJobSelector used to select a given IScheduledJob.