Freigeben über


SqlWorkflowInstanceStoreElement.InstanceLockedExceptionAction Eigenschaft

Definition

Dient zum Abrufen oder Festlegen der Aktion, die als Reaktion auf eine Ausnahme ausgelöst wird, wenn eine Workflowinstanz gesperrt ist.

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

Eine Aktionsantwort auf eine ausgelöste Ausnahme.

Attribute

Hinweise

Beispiele für die resultierenden InstanceLockedExceptionAction Antworten können das ordnungsgemäße Herunterfahren und überlappende Recycling von App-Domänen sowie Failover und Wiederherstellung von Hostfehlern sein.

Gilt für: