IStorSimpleManagementClient.GetOperationStatusAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
L’état d’obtention de la tâche retourne le status de l’ID de tâche spécifié. Après avoir appelé une tâche asynchrone, vous pouvez appeler Obtenir l’état de la tâche pour déterminer si la tâche a réussi, échoué ou est toujours en cours.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo> GetOperationStatusAsync (string taskId, System.Threading.CancellationToken cancellationToken);
abstract member GetOperationStatusAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo>
Public Function GetOperationStatusAsync (taskId As String, cancellationToken As CancellationToken) As Task(Of TaskStatusInfo)
Paramètres
- taskId
- String
ID de tâche de la demande que vous souhaitez suivre.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Informations sur la tâche asynchrone
S’applique à
Azure SDK for .NET