Langue

WorkflowUpdateableControlClient.UnsuspendAsync Méthode

Définition

Commence une opération asynchrone sans interruption.

Surcharges

Nom Description
UnsuspendAsync(Guid)

Commence une opération asynchrone sans interruption.

UnsuspendAsync(Guid, Object)

Commence une opération asynchrone sans interruption.

UnsuspendAsync(Guid)

Commence une opération asynchrone sans interruption.

public:
 void UnsuspendAsync(Guid instanceId);
public void UnsuspendAsync(Guid instanceId);
member this.UnsuspendAsync : Guid -> unit
Public Sub UnsuspendAsync (instanceId As Guid)

Paramètres

instanceId
Guid

Instance de flux de travail à annuler.

Remarques

Cette méthode stocke dans la tâche toutes les exceptions non-utilisation que l’équivalent synchrone de la méthode peut lever. Si une exception est stockée dans la tâche retournée, cette exception est levée lorsque la tâche est attendue. Les exceptions d’utilisation, telles que ArgumentException, sont toujours levées de façon synchrone. Pour les exceptions stockées, consultez les exceptions levées par Unsuspend(Guid).

S’applique à

UnsuspendAsync(Guid, Object)

Commence une opération asynchrone sans interruption.

public:
 void UnsuspendAsync(Guid instanceId, System::Object ^ userState);
public void UnsuspendAsync(Guid instanceId, object userState);
member this.UnsuspendAsync : Guid * obj -> unit
Public Sub UnsuspendAsync (instanceId As Guid, userState As Object)

Paramètres

instanceId
Guid

Instance de flux de travail à annuler.

userState
Object

Objet défini par l’utilisateur qui contient des informations d’état associées à l’opération asynchrone sans interruption.

S’applique à