wcf 自动完成功能到底什么时候执行?

发布于 2024-12-06 18:25:58 字数 141 浏览 2 评论 0原文

我想知道我是否有一个具有 TransactionScopeRequired 的 WCF 服务,但我不使用事务绑定...

是否可以先返回消息,然后事务可以回滚?

在其他工作中...哪个先执行?消息的返回或提交?

提前致谢。

I would like to know if I have a WCF service that has a TransactionScopeRequired but I don't use a transactional binding...

Is possible to return a message first and later the transaction could make a rollback?

In other workds... which executes first? the returning of the message or the commit?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

娇柔作态 2024-12-13 18:25:58

当服务操作完成执行并且返回响应之前,事务被提交。

the transaction is committed when the service operation finishes executing, and before the response is returned.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文