IContinuousWebJobOperations::ListAsync Method (CancellationToken)

 

List the continuous web jobs.

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

Task<ContinuousWebJobListResponse^>^ ListAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<ContinuousWebJobListResponse^>^

The list of continuous WebJobs operation response.

Return to top
Show: