This documentation is archived and is not being maintained.
DependentCloneOption Enumeration
Visual Studio 2010
Controls what kind of dependent transaction to create.
Assembly: System.Transactions (in System.Transactions.dll)
| Member name | Description | |
|---|---|---|
| BlockCommitUntilComplete | The dependent transaction blocks the commit process of the transaction until the parent transaction times out, or Complete is called. In this case, additional work can be done on the transaction and new enlistments can be created. | |
| RollbackIfNotComplete | The dependent transaction automatically aborts the transaction if Commit is called on the parent transaction before Complete is called. |
A dependent transaction can be obtained using the DependentClone method, with the DependentCloneOption parameter controlling what kind of dependent transaction to create. For more information on how this enumeration is used, see Managing Concurrency with DependentTransaction.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, 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: