IWorkflowInstanceManagement.BeginUnsuspend 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.
Commence une opération asynchrone qui reprend l’instance de workflow spécifiée.
public:
IAsyncResult ^ BeginUnsuspend(Guid instanceId, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(AsyncPattern=true, Name="Unsuspend")]
public IAsyncResult BeginUnsuspend(Guid instanceId, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(AsyncPattern=true, Name="Unsuspend")>]
abstract member BeginUnsuspend : Guid * AsyncCallback * obj -> IAsyncResult
Public Function BeginUnsuspend (instanceId As Guid, callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- instanceId
- Guid
Identificateur GUID de l’instance de flux de travail à reprendre.
- callback
- AsyncCallback
Délégué de rappel asynchrone qui reçoit la notification de l’achèvement de l’opération asynchrone.
- state
- Object
Objet, spécifié par l’application, qui contient des informations d’état associées à l’opération asynchrone sans interruption.
Retours
L’attribut IAsyncResult.
- Attributs
Remarques
Le processus sans interruption reprend une instance de flux de travail temporairement arrêtée.