且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

是否可以在自定义WCF服务行为中创建TransactionScope? (异步,等待,TransactionScopeAsyncFlowOption.Enabled)

更新时间:2023-09-11 23:24:58

原来我们不应该在服务器上与分布式事务一起真正使用async/await关键字,请参见

Turns out we shouldn't really be using the async/await keyword on the server together with distributed transactions, see this blog post for details.