WorkflowInstance.OnEndPersist(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.
Appelé par le runtime de flux de travail pour informer l’hôte qu’une opération persistante est terminée.
protected public:
abstract void OnEndPersist(IAsyncResult ^ result);
protected internal abstract void OnEndPersist(IAsyncResult result);
abstract member OnEndPersist : IAsyncResult -> unit
Protected Friend MustOverride Sub OnEndPersist (result As IAsyncResult)
Paramètres
- result
- IAsyncResult
Référence à l’opération de persistance asynchrone.