SqlWorkflowInstanceStoreElement.InstanceLockedExceptionAction Proprietà

Definizione

Ottiene o imposta l'azione che si verifica in risposta a un'eccezione generata quando viene bloccata un'istanza del flusso di lavoro.

public:
 property System::Activities::DurableInstancing::InstanceLockedExceptionAction InstanceLockedExceptionAction { System::Activities::DurableInstancing::InstanceLockedExceptionAction get(); void set(System::Activities::DurableInstancing::InstanceLockedExceptionAction value); };
[System.Configuration.ConfigurationProperty("instanceLockedExceptionAction", DefaultValue=System.Activities.DurableInstancing.InstanceLockedExceptionAction.NoRetry, IsRequired=false)]
public System.Activities.DurableInstancing.InstanceLockedExceptionAction InstanceLockedExceptionAction { get; set; }
[<System.Configuration.ConfigurationProperty("instanceLockedExceptionAction", DefaultValue=System.Activities.DurableInstancing.InstanceLockedExceptionAction.NoRetry, IsRequired=false)>]
member this.InstanceLockedExceptionAction : System.Activities.DurableInstancing.InstanceLockedExceptionAction with get, set
Public Property InstanceLockedExceptionAction As InstanceLockedExceptionAction

Valore della proprietà

InstanceLockedExceptionAction

Azione di risposta a un'eccezione generata.

Attributi

Commenti

Esempi delle risposte di InstanceLockedExceptionAction risultanti possono includere arresto normale e riciclo sovrapposto di domini applicazione, nonché failover e ripristino in caso di errori dell'host.

Si applica a