This documentation is archived and is not being maintained.
InstanceLockedExceptionAction Enumeration
Visual Studio 2010
Contains options that specify what action the SQL persistence provider should take when it receives an exception when trying to lock an instance.
Assembly: System.Activities.DurableInstancing (in System.Activities.DurableInstancing.dll)
| Member name | Description | |
|---|---|---|
| NoRetry | Specifies that the persistence provider does not reattempt to lock an instance if the instance is already locked by another host. | |
| BasicRetry | Specifies that the persistence provider reattempts to lock the instance with a linear retry interval. The persistence provider passes the InstanceLockedException to the caller at the end of the sequence (after retrying predefined number of times). | |
| AggressiveRetry | Specifies that the persistence provider reattempts to lock an instance with an exponentially increasing delay between successive attempts. The persistence provider passes the InstanceLockedException to the caller at the end of the sequence (after retrying predefined number of times). |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: