LoadWorkflowByInstanceKeyCommand Classe
Definizione
Comando di persistenza che carica un'istanza del flusso di lavoro utilizzando la chiave associata all'istanza.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
- Ereditarietà
Costruttori
LoadWorkflowByInstanceKeyCommand() |
Inizializza un'istanza della classe LoadWorkflowByInstanceKeyCommand.Initializes an instance of the LoadWorkflowByInstanceKeyCommand class. |
Proprietà
AcceptUninitializedInstance |
Ottiene un valore che indica se consentire il caricamento di un'istanza del flusso di lavoro che si trova in uno stato non inizializzato.Gets a value that indicates whether to allow loading a workflow instance that is in an uninitialized state. |
AssociateInstanceKeyToInstanceId |
Ottiene o imposta l'identificatore dell'istanza associato a una chiave di istanza.Gets or sets the instance identifier associated with an instance key. |
AutomaticallyAcquiringLock |
Indica se il comando può effettuare il tentativo di acquisizione di un blocco sull'istanza.Indicates whether the command could attempt to acquire a lock on the instance. (Ereditato da InstancePersistenceCommand) |
InstanceKeysToAssociate |
Ottiene le chiavi di istanza da associare a un'istanza nell'archivio di persistenza.Gets the instance keys to be associated with an instance in the persistence store. |
IsTransactionEnlistmentOptional |
Restituisce un valore che indica se il provider salvataggi permanenti può scegliere di non effettuare l'integrazione nella transazione di ambiente (Transaction.Current) durante l'esecuzione di questo 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. (Ereditato da InstancePersistenceCommand) |
LookupInstanceKey |
Ottiene la chiave di istanza utilizzata per identificare l'istanza da caricare.Gets the instance key used to identify the instance to be loaded. |
Name |
Ottiene il nome del comando di persistenza.Gets the name of the persistence command. (Ereditato da InstancePersistenceCommand) |
Metodi
Equals(Object) |
Determina se l'oggetto specificato è uguale all'oggetto corrente.Determines whether the specified object is equal to the current object. (Ereditato da Object) |
GetHashCode() |
Funge da funzione hash predefinita.Serves as the default hash function. (Ereditato da Object) |
GetType() |
Ottiene l'oggetto Type dell'istanza corrente.Gets the Type of the current instance. (Ereditato da Object) |
MemberwiseClone() |
Crea una copia superficiale dell'oggetto Object corrente.Creates a shallow copy of the current Object. (Ereditato da Object) |
ToString() |
Restituisce una stringa che rappresenta l'oggetto corrente.Returns a string that represents the current object. (Ereditato da Object) |
Validate(InstanceView) |
Convalida il comando.Validates the command. (Ereditato da InstancePersistenceCommand) |