LoadWorkflowCommand Classe
Definizione
Comando di persistenza che carica un'istanza del flusso di lavoro in base alle informazioni sullo stato dell'istanza nell'archivio di persistenza.A persistence command that loads a workflow instance based on state information of the instance in the persistence store.
public ref class LoadWorkflowCommand sealed : System::Runtime::DurableInstancing::InstancePersistenceCommand
public sealed class LoadWorkflowCommand : System.Runtime.DurableInstancing.InstancePersistenceCommand
type LoadWorkflowCommand = class
inherit InstancePersistenceCommand
Public NotInheritable Class LoadWorkflowCommand
Inherits InstancePersistenceCommand
- Ereditarietà
Costruttori
LoadWorkflowCommand() |
Inizializza un'istanza della classe LoadWorkflowCommand.Initializes an instance of the LoadWorkflowCommand class. |
Proprietà
AcceptUninitializedInstance |
Ottiene un valore che indica se consentire il caricamento di un'istanza non inizializzata.Gets a value that indicates whether to allow loading an uninitialized instance. |
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) |
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) |
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) |