WorkflowInstance.OnDisassociateKeys(ICollection<InstanceKey>) Método

Definição

Chamado pelo runtime de fluxo de trabalho para notificar o host de que um determinado conjunto de chaves de instância não deve mais ser associado a esta instância.

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

Parâmetros

keys
ICollection<InstanceKey>

A lista de chaves a serem dissociadas.

Aplica-se a