SqlWorkflowInstanceStoreElement.InstanceLockedExceptionAction Property

Definition

Gets or sets the action that occurs in response to an exception that is thrown when a workflow instance is locked.

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

Property Value

An action response to an exception thrown.

Attributes

Remarks

Examples of the resulting InstanceLockedExceptionAction responses can include graceful shutdown and overlapped recycling of app domains, as well as failover and recovery from host failures.

Applies to