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>

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

適用対象