|
... the use of TransactionScope and instead using CommittableTransaction directly would be helpful ( http://msdn2.microsoft.com/en-us/library/system.transactions.committabletransaction ...
|
|
Dim myTran As New System.Transactions.CommittableTransaction() Dim myConn As New System.Data.SqlClient.SqlConnection ("server=(local);database=AdventureWorks;
|
|
... TransactionStateActive.BeginCommit(InternalTransaction tx, Boolean asyncCommit, AsyncCallback asyncCallback, Object asyncState) at System.Transactions.CommittableTransaction ...
|
|
|
|
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 ...
|
|
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 ...
|
|
Fixes a problem that occurs when you try to use the System.Transactions.CommittableTransaction.Commit method to commit a transaction.
|
|
Note: This class is new in the .NET Framework version 2.0. Describes ... System.Object System.Transactions.Transaction System.Transactions.CommittableTransaction
|
|
The CommittableTransaction class provides an explicit way for ... System . . :: . Object System.Transactions . . :: . Transaction System.Transactions . . :: . CommittableTransaction
|