IContinuousWebJobOperations.GetAsync Method (String, CancellationToken)
Get a continuous WebJob.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Function GetAsync ( jobName As String, cancellationToken As CancellationToken ) As Task(Of ContinuousWebJobGetResponse)
Parameters
- jobName
-
Type:
System.String
The continuous WebJob name.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of ContinuousWebJobGetResponse)The get continuous WebJob Operation Response.
Show: