Compartilhar via


ITriggeredWebJobOperations.RunAsync(String, CancellationToken) Método

Definição

Execute um WebJob disparado.

public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> RunAsync (string jobName, System.Threading.CancellationToken cancellationToken);
abstract member RunAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function RunAsync (jobName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)

Parâmetros

jobName
String

O nome do WebJob disparado.

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

Task<Microsoft.Azure.AzureOperationResponse>

Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.

Aplica-se a