WorkflowInstance.OnDisassociateKeys(ICollection<InstanceKey>) Method

Definition

Called by the workflow runtime to notify the host that a certain set of instance keys should no longer be associated with this instance.

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>

The list of keys to disassociate.

Applies to