Share via


WorkflowInstance.OnDisassociateKeys(ICollection<InstanceKey>) Méthode

Définition

Appelée par l'exécution du flux de travail pour notifier l'hôte qu'un certain jeu de clés d'instance ne doit plus être associé à cette instance.

protected public:
 abstract void OnDisassociateKeys(System::Collections::Generic::ICollection<System::Runtime::DurableInstancing::InstanceKey ^> ^ keys);
protected internal abstract void OnDisassociateKeys (System.Collections.Generic.ICollection<System.Runtime.DurableInstancing.InstanceKey> keys);
abstract member OnDisassociateKeys : System.Collections.Generic.ICollection<System.Runtime.DurableInstancing.InstanceKey> -> unit
Protected Friend MustOverride Sub OnDisassociateKeys (keys As ICollection(Of InstanceKey))

Paramètres

keys
ICollection<InstanceKey>

Liste de clés à dissocier.

S’applique à