共用方式為


IContinuousWebJobOperations.GetAsync Method (String, CancellationToken)

 

Get a continuous WebJob.

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

Syntax

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

Parameters

Return Value

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

The get continuous WebJob Operation Response.

See Also

IContinuousWebJobOperations Interface
Microsoft.WindowsAzure.WebSitesExtensions Namespace

Return to top