JobsController.Post Method (String)

 

Executes an IScheduledJob identified by jobName.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Controllers
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Public Function Post (
	jobName As String
) As HttpResponseMessage

Parameters

jobName
Type: System.String

The name of the IScheduledJob, e.g. simple.

Return Value

Type: System.Net.Http.HttpResponseMessage

An HttpResponseMessage indicating whether the job was correctly invoked. It does not report the outcome of the job; rather that is reported in the logs.

Return to top
Show: