DependentTransaction (System.Transactions.DependentTransaction)

Inherits: System.Transactions.Transaction

Interfaces: IDisposable, ISerializable

Derived Types: 0

Assembly: System.Transactions.dll

Describes a clone of a transaction providing guarantee that the transaction cannot be committed until the application comes to rest regarding work on the transaction. This class cannot be inherited.

VB.NET C#

C#

public sealed class DependentTransaction : System.Transactions.Transaction, System.IDisposable, System.Runtime.Serialization.ISerializable
{
}

Articles

August 2006 - Posts - Guy Burstein's Blog

System.Transactions.DependentTransaction is your friend… class Program { public static void ThreadProc( object o) { DependentTransaction dtx = ( DependentTransaction )o;

Feedback: Bug in System.Transaction.DependentClone() (in .NET 2.0 ...

Unable to cast object of type 'System.Transactions.Transaction' to type 'System.Transactions.DependentTransaction'. ----- snippet ----- ...

Feedback Workarounds

Unable to cast object of type 'System.Transactions.Transaction' to type 'System.Transactions.DependentTransaction'. ----- snippet ...

DependentTransaction Class (System.Transactions)

Note: This class is new in the .NET Framework version 2.0. Describes a ... System.Object    System.Transactions.Transaction      System.Transactions.DependentTransaction

Transaction Class (System.Transactions)

The System.Transactions namespace provides both an explicit programming ... System . . :: . Object    System.Transactions . . :: . Transaction      System.Transactions . . :: . DependentTransaction

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support