ScheduledJobDescriptor Constructor (HttpConfiguration^, String^, Type^)
Initializes a new instance of the ScheduledJobDescriptor with a given name and type of the scheduled job.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Parameters
- config
-
Type:
System.Web.Http::HttpConfiguration^
The current HttpConfiguration.
- name
-
Type:
System::String^
The name of the scheduled job.
- type
-
Type:
System::Type^
The JobType of the scheduled name.
Show: