Partager via


StorSimpleManagementClientExtensions.GetOperationStatusAsync Méthode

Définition

L’option Obtenir l’état 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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo> GetOperationStatusAsync (this Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient operations, string taskId);
static member GetOperationStatusAsync : Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo>
<Extension()>
Public Function GetOperationStatusAsync (operations As IStorSimpleManagementClient, taskId As String) As Task(Of TaskStatusInfo)

Paramètres

operations
IStorSimpleManagementClient

Référence à Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient.

taskId
String

Obligatoire. ID de tâche pour la demande que vous souhaitez suivre.

Retours

Informations sur la tâche asynchrone

S’applique à