Partager via


StorSimpleManagementClientExtensions.GetOperationStatus 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 Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo GetOperationStatus (this Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient operations, string taskId);
static member GetOperationStatus : Microsoft.WindowsAzure.Management.StorSimple.IStorSimpleManagementClient * string -> Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo
<Extension()>
Public Function GetOperationStatus (operations As IStorSimpleManagementClient, taskId As String) As 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 à