IWorkflowInstanceManagement.EndSuspend(IAsyncResult) 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.
Termine une opération d'interruption asynchrone.
public:
void EndSuspend(IAsyncResult ^ result);
public void EndSuspend (IAsyncResult result);
abstract member EndSuspend : IAsyncResult -> unit
Public Sub EndSuspend (result As IAsyncResult)
Paramètres
- result
- IAsyncResult
IAsyncResult retourné par un appel à l’opérationBeginSuspend(Guid, String, AsyncCallback, Object).
Remarques
Le processus d'interruption arrête temporairement une instance de flux de travail.