DeleteWorkflowOwnerCommand Classe
Definizione
Elimina le informazioni sul proprietario del blocco dal database di persistenza.Deletes lock owner information from the persistence database.
public ref class DeleteWorkflowOwnerCommand sealed : System::Runtime::DurableInstancing::InstancePersistenceCommand
public sealed class DeleteWorkflowOwnerCommand : System.Runtime.DurableInstancing.InstancePersistenceCommand
type DeleteWorkflowOwnerCommand = class
inherit InstancePersistenceCommand
Public NotInheritable Class DeleteWorkflowOwnerCommand
Inherits InstancePersistenceCommand
- Ereditarietà
Commenti
Se il proprietario del blocco è associato a un'istanza nel database, il proprietario del blocco su tale istanza viene impostato su null
prima di eliminare le informazioni sul proprietario del blocco.If the lock owner is associated with an instance in the database, the lock owner on that instance is set to null
before deleting the lock owner information.
Costruttori
DeleteWorkflowOwnerCommand() |
Inizializza un'istanza della classe DeleteWorkflowOwnerCommand.Initializes an instance of the DeleteWorkflowOwnerCommand class. |
Proprietà
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) |