Partager via


IContinuousWebJobOperations.StartAsync(String, CancellationToken) Méthode

Définition

Démarrez une tâche web continue.

public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> StartAsync (string jobName, System.Threading.CancellationToken cancellationToken);
abstract member StartAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function StartAsync (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 à