WorkflowInstance.OnDisassociateKeys(ICollection<InstanceKey>) Metod

Definition

Anropas av arbetsflödeskörningen för att meddela värden att en viss uppsättning instansnycklar inte längre ska associeras med den här instansen.

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

Parametrar

keys
ICollection<InstanceKey>

Listan över nycklar som ska kopplas från.

Gäller för