IContinuousWebJobOperations.ListAsync Method (CancellationToken)
List the continuous web jobs.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
Task<ContinuousWebJobListResponse> ListAsync(
CancellationToken cancellationToken
)
Task<ContinuousWebJobListResponse^>^ ListAsync(
CancellationToken cancellationToken
)
abstract ListAsync :
cancellationToken:CancellationToken -> Task<ContinuousWebJobListResponse>
Function ListAsync (
cancellationToken As CancellationToken
) As Task(Of ContinuousWebJobListResponse)
Parameters
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<ContinuousWebJobListResponse>
The list of continuous WebJobs operation response.
See Also
IContinuousWebJobOperations Interface
Microsoft.WindowsAzure.WebSitesExtensions Namespace
Return to top