IContinuousWebJobOperations.StartAsync Method (String, CancellationToken)

 

Start a continuous WebJob.

Namespace:   Microsoft.WindowsAzure.WebSitesExtensions
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Function StartAsync (
	jobName As String,
	cancellationToken As CancellationToken
) As Task(Of OperationResponse)

Parameters

jobName
Type: System.String

The WebJob name.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of OperationResponse)

A standard service response including an HTTP status code and request ID.

Return to top
Show: