SqlWorkflowInstanceStoreElement.InstanceLockedExceptionAction Eigenschap

Definitie

Hiermee haalt u de actie op die optreedt als reactie op een uitzondering die wordt gegenereerd wanneer een werkstroomexemplaren is vergrendeld.

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

Waarde van eigenschap

Een actiereactie op een uitzondering die is gegenereerd.

Kenmerken

Opmerkingen

Voorbeelden van de resulterende InstanceLockedExceptionAction antwoorden zijn het probleemloos afsluiten en overlappende recycling van app-domeinen, evenals failover en herstel van hostfouten.

Van toepassing op