Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » flow propagate transactions System.Transactions   (RSS)
Sorry, but there are no more tags available to filter with.

Flowing or propagating transactions in .Net

System.Transactions transactions are bounded to the appdomain. Which means that if you make in-appdomain calls from inside a TransactionScope, those calls will share the transaction. This also means that if you need to make a call outside the current
 
Page view tracker