Partager via


IContinuousWebJobOperations.StopAsync(String, CancellationToken) Méthode

Définition

Arrêtez une tâche web continue.

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

Paramètres

jobName
String

Nom de la tâche web.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Task<Microsoft.Azure.AzureOperationResponse>

Réponse de service standard comprenant un code de status HTTP et un ID de demande.

S’applique à