WorkflowInstance.OnDisassociateKeys(ICollection<InstanceKey>) Methode

Definition

Wird von der Workflowlaufzeit aufgerufen, um den Host zu benachrichtigen, dass eine bestimmte Gruppe von Instanzschlüsseln dieser Instanz nicht mehr zugeordnet werden sollte.

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, die nicht zugeordnet werden sollen.

Gilt für: