Compartilhar via


Método ITriggeredWebJobOperations.ListAsync

List the triggered WebJobs.

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

Uso

'Uso
Dim instance As ITriggeredWebJobOperations
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of TriggeredWebJobListResponse)

returnValue = instance.ListAsync(cancellationToken)

Sintaxe

'Declaração
Function ListAsync ( _
    cancellationToken As CancellationToken _
) As Task(Of TriggeredWebJobListResponse)
Task<TriggeredWebJobListResponse> ListAsync (
    CancellationToken cancellationToken
)
Task<TriggeredWebJobListResponse^>^ ListAsync (
    CancellationToken cancellationToken
)
Task<TriggeredWebJobListResponse> ListAsync (
    CancellationToken cancellationToken
)
function ListAsync (
    cancellationToken : CancellationToken
) : Task<TriggeredWebJobListResponse>

Parâmetros

  • cancellationToken
    Cancellation token.

Valor de retorno

The list of triggered WebJobs operation response.

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Interface ITriggeredWebJobOperations
Membros ITriggeredWebJobOperations
Namespace Microsoft.WindowsAzure.WebSitesExtensions