JobsController.Post Method (String)
Executes an IScheduledJob identified by jobName.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Parameters
- jobName
-
Type:
System.String
The name of the IScheduledJob, e.g. simple.
Return Value
Type: System.Net.Http.HttpResponseMessageAn HttpResponseMessage indicating whether the job was correctly invoked. It does not report the outcome of the job; rather that is reported in the logs.
Show: