WorkflowInstance.OnEndAssociateKeys(IAsyncResult) Méthode

Définition

Appelé par le runtime de flux de travail pour informer l’hôte qu’une opération de clés associées 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 asynchrone de clés.

S’applique à