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>

要取消关联的键列表。

适用于