JobsController Constructor (ApiServices, IScheduledJobAuthorizationManager, IScheduledJobSelector)
Initializes a new instance of the JobsController.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Public Sub New ( services As ApiServices, authorizationManager As IScheduledJobAuthorizationManager, scheduledJobSelector As IScheduledJobSelector )
Parameters
- services
-
Type:
Microsoft.WindowsAzure.Mobile.Service.ApiServices
The ApiServices for this instance.
- authorizationManager
-
Type:
Microsoft.WindowsAzure.Mobile.Service.Security.IScheduledJobAuthorizationManager
The IScheduledJobAuthorizationManager used for verifying whether a given request is authorized to execute the IScheduledJob.
- scheduledJobSelector
-
Type:
Microsoft.WindowsAzure.Mobile.Service.ScheduledJobs.IScheduledJobSelector
The IScheduledJobSelector used to select a given IScheduledJob.
Show: