Search code examples
c#transactionscope

TransactionScope - IEnlistmentNotification


If create a custom of IEnlistmentNotification is it possible to make it the first implementation executed when TransactionScope.Commit is called?


Solution

  • If your enlistment depends on the order commit notifications occur, you're doing it wrong.