开发者

TransactionScope - IEnlistmentNotification

开发者 https://www.devze.com 2023-01-12 02:09 出处:网络
If create a custom of IEnlistmentNotification is it possible to make it the开发者_C百科 first implementation executed when TransactionScope.Commit is called?If your enlistment depends on the order com

If create a custom of IEnlistmentNotification is it possible to make it the开发者_C百科 first implementation executed when TransactionScope.Commit is called?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消