共用方式為


WorkflowInstance.OnDisassociateKeys(ICollection<InstanceKey>) 方法

定義

由工作流程執行階段呼叫,以通知主機特定的執行個體索引鍵集不應再與這個執行個體相關聯。

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

參數

keys
ICollection<InstanceKey>

要解除關聯之索引鍵的清單。

適用於