ITriggeredWebJobOperations::ListAsync Method (CancellationToken)

 

List the triggered WebJobs.

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

Task<TriggeredWebJobListResponse^>^ ListAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

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

The list of triggered WebJobs operation response.

Return to top
Show: