Share via


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>

関連付けを解除するキーの一覧。

適用対象