WorkflowInstance.OnDisassociateKeys(ICollection<InstanceKey>) Metoda

Definice

Volal modul runtime pracovního postupu, který upozorní hostitele, že k této instanci by již neměla být přidružena určitá sada klíčů instancí.

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íčů pro zrušení přidružení.

Platí pro