Freigeben über


SqlWorkflowInstanceStoreElement.InstanceLockedExceptionAction Eigenschaft

Definition

Ruft die Aktion ab, die als Reaktion auf eine Ausnahme eintritt, die ausgelöst wird, wenn eine Workflowinstanz gesperrt wird, oder legt sie fest.

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

Eigenschaftswert

InstanceLockedExceptionAction

Eine Aktionsantwort auf eine Ausnahme, die ausgelöst wurde.

Attribute

Hinweise

Beispiele für die resultierenden InstanceLockedExceptionAction-Antworten umfassen ordnungsgemäßes Herunterfahren und überlappende Wiederverwendung von Anwendungsdomänen sowie Failover und Fehlerbeseitigung bei Hostfehlern.

Gilt für