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