共用方式為


IContinuousWebJobOperations.StartAsync Method (String, CancellationToken)

 

Start a continuous WebJob.

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

Syntax

Task<OperationResponse> StartAsync(
    string jobName,
    CancellationToken cancellationToken
)
Task<OperationResponse^>^ StartAsync(
    String^ jobName,
    CancellationToken cancellationToken
)
abstract StartAsync : 
        jobName:string *
        cancellationToken:CancellationToken -> Task<OperationResponse>
Function StartAsync (
    jobName As String,
    cancellationToken As CancellationToken
) As Task(Of OperationResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<OperationResponse>

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

See Also

IContinuousWebJobOperations Interface
Microsoft.WindowsAzure.WebSitesExtensions Namespace

Return to top