WorkflowInstance.OnDisassociateKeys(ICollection<InstanceKey>) Metoda

Definice

Volá se modulem runtime pracovního postupu, který upozorní hostitele, že určitá sada klíčů instancí by se už neměla přidružit k této instanci.

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>

Seznam klíčů, které se mají zrušit přidružení

Platí pro