Udostępnij za pośrednictwem


WorkflowInstance.OnDisassociateKeys(ICollection<InstanceKey>) Metoda

Definicja

Wywoływane przez środowisko uruchomieniowe przepływu pracy w celu powiadomienia hosta, że określony zestaw kluczy wystąpienia nie powinien już być skojarzony z tym wystąpieniem.

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))

Parametry

keys
ICollection<InstanceKey>

Lista kluczy do skojarzenia.

Dotyczy