CommittableTransaction (System.Transactions.CommittableTransaction)

Inherits: System.Transactions.Transaction

Interfaces: IDisposable, ISerializable, IAsyncResult

Derived Types: 0

Assembly: System.Transactions.dll

Describes a committable transaction.

VB.NET C#

C#

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

Articles

What manages the promotion of transactions in System.Transaction ...

... the use of TransactionScope and instead using CommittableTransaction directly would be helpful ( http://msdn2.microsoft.com/en-us/library/system.transactions.committabletransaction ...

www.sqlmag.com

Dim myTran As New System.Transactions.CommittableTransaction() Dim myConn As New System.Data.SqlClient.SqlConnection ("server=(local);database=AdventureWorks;

MySQL Bugs: #28709: Using TransactionScope causes ...

... TransactionStateActive.BeginCommit(InternalTransaction tx, Boolean asyncCommit, AsyncCallback asyncCallback, Object asyncState) at System.Transactions.CommittableTransaction ...

go.microsoft.com

System Transactions And Threading

If I use System.Transactions.CommittableTransaction, to begin a transaction, then spin up 3 threads, each of which contacts a different resource manager (db2, oracle, sql, msmq ...

Problems that are fixed in the .NET Framework 2.0 Service Pack 1

936983 (http://support.microsoft.com/kb/936983/) FIX: The call to the System.Transactions.CommittableTransaction.Commit method may always be blocked in a .NET Framework 2.0-based ...

FIX: The call to the System.Transactions.CommittableTransaction.Commit ...

Fixes a problem that occurs when you try to use the System.Transactions.CommittableTransaction.Commit method to commit a transaction.

CommittableTransaction Class (System.Transactions)

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

CommittableTransaction Class (System.Transactions)

The CommittableTransaction class provides an explicit way for ... System . . :: . Object    System.Transactions . . :: . Transaction      System.Transactions . . :: . CommittableTransaction

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