WorkflowInstance.OnEndAssociateKeys(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ée par l'exécution du flux de travail pour notifier l'hôte qu'une opération d'association de clés est terminée.
protected public:
abstract void OnEndAssociateKeys(IAsyncResult ^ result);
protected internal abstract void OnEndAssociateKeys (IAsyncResult result);
abstract member OnEndAssociateKeys : IAsyncResult -> unit
Protected Friend MustOverride Sub OnEndAssociateKeys (result As IAsyncResult)
Paramètres
- result
- IAsyncResult
Référence à l'opération d'association de clés asynchrone.