Método ITriggeredWebJobOperations.ListRunsAsync (String, CancellationToken)
Lista as execuções do trabalho Web disparadas.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)
Sintaxe
Task<TriggeredWebJobRunListResponse> ListRunsAsync(
string jobName,
CancellationToken cancellationToken
)
Task<TriggeredWebJobRunListResponse^>^ ListRunsAsync(
String^ jobName,
CancellationToken cancellationToken
)
abstract ListRunsAsync :
jobName:string *
cancellationToken:CancellationToken -> Task<TriggeredWebJobRunListResponse>
Function ListRunsAsync (
jobName As String,
cancellationToken As CancellationToken
) As Task(Of TriggeredWebJobRunListResponse)
Parâmetros
jobName
Type: System.StringO nome do trabalho Web disparado.
cancellationToken
Type: System.Threading.CancellationTokenToken de cancelamento.
Valor de retorno
Type: System.Threading.Tasks.Task<TriggeredWebJobRunListResponse>
O trabalho Web disparado execute resposta da operação de lista.
Consulte também
Interface ITriggeredWebJobOperations
Namespace Microsoft.WindowsAzure.WebSitesExtensions
Retornar ao topo