WorkflowInstance.OnDisassociateKeys(ICollection<InstanceKey>) Methode

Definition

Wird von der Workflowlaufzeit aufgerufen, um den Host zu benachrichtigen, dass ein bestimmter Satz Instanzschlüssel dieser Instanz nicht länger zugeordnet werden darf.

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

Parameter

keys
ICollection<InstanceKey>

Die Liste der Schlüssel, für die die Zuordnung aufgehoben werden soll.

Gilt für: