IWorkflowInstanceManagement.EndCancel(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'annulation asynchrone.
public:
void EndCancel(IAsyncResult ^ result);
public void EndCancel (IAsyncResult result);
abstract member EndCancel : IAsyncResult -> unit
Public Sub EndCancel (result As IAsyncResult)
Paramètres
- result
- IAsyncResult
IAsyncResult retourné par un appel à la méthode BeginCancel(Guid, AsyncCallback, Object).
Remarques
Le processus d'annulation quitte une instance de flux de travail et retourne à l'état précédent sans enregistrer les modifications que le flux de travail a pu apporter.