LoadWorkflowByInstanceKeyCommand Classe

Definição

Um comando de persistência que carrega uma instância de fluxo de trabalho usando a chave de instância associada à instância.A persistence command that loads a workflow instance by using the instance key associated with the instance.

public ref class LoadWorkflowByInstanceKeyCommand sealed : System::Runtime::DurableInstancing::InstancePersistenceCommand
public sealed class LoadWorkflowByInstanceKeyCommand : System.Runtime.DurableInstancing.InstancePersistenceCommand
type LoadWorkflowByInstanceKeyCommand = class
    inherit InstancePersistenceCommand
Public NotInheritable Class LoadWorkflowByInstanceKeyCommand
Inherits InstancePersistenceCommand
Herança
LoadWorkflowByInstanceKeyCommand

Construtores

LoadWorkflowByInstanceKeyCommand()

Inicializa uma instância da classe LoadWorkflowByInstanceKeyCommand.Initializes an instance of the LoadWorkflowByInstanceKeyCommand class.

Propriedades

AcceptUninitializedInstance

Obtém um valor que indica se é preciso permitir o carregamento de uma instância de fluxo de trabalho que está em um estado não inicializado.Gets a value that indicates whether to allow loading a workflow instance that is in an uninitialized state.

AssociateInstanceKeyToInstanceId

Obtém ou define o identificador de instância associado a uma chave de instância.Gets or sets the instance identifier associated with an instance key.

AutomaticallyAcquiringLock

Indica se o comando pode tentar adquirir um bloqueio na instância.Indicates whether the command could attempt to acquire a lock on the instance.

(Herdado de InstancePersistenceCommand)
InstanceKeysToAssociate

Obtém as chaves de instância a serem associadas a uma instância no repositório de persistência.Gets the instance keys to be associated with an instance in the persistence store.

IsTransactionEnlistmentOptional

Retorna um valor que indica se o provedor de persistência pode escolher não se inscrever na transação de ambiente (Transaction.Current) ao executar esse comando.Returns a value that indicates whether the persistence provider may choose not to enlist in the ambient transaction (Transaction.Current) when executing this command.

(Herdado de InstancePersistenceCommand)
LookupInstanceKey

Obtém a chave de instância usada para identificar a instância a ser carregada.Gets the instance key used to identify the instance to be loaded.

Name

Obtém o nome do comando de persistência.Gets the name of the persistence command.

(Herdado de InstancePersistenceCommand)

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)
Validate(InstanceView)

Valida o comando.Validates the command.

(Herdado de InstancePersistenceCommand)

Aplica-se a