WorkflowInstance.OnDisassociateKeys(ICollection<InstanceKey>) Methode

Definitie

Aangeroepen door de werkstroomruntime om de host op de hoogte te stellen dat een bepaalde set exemplaarsleutels niet meer aan dit exemplaar mag worden gekoppeld.

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

Parameters

keys
ICollection<InstanceKey>

De lijst met sleutels die moeten worden ontkoppeld.

Van toepassing op