WCF 事务 : WSAtomicTransactionOctober2004 vs. WSAtomicTransaction11

标签 wcf transactions distributed-transactions wsat

WCF 具有三个事务协议(protocol):OleTransactions、WSAtomicTransactionOctober2004 和 WSAtomicTransaction11

OleTransactions 是 Windows 特定的 OleTx 协议(protocol),但其他两个都只是作为 WSAT 协议(protocol)的实现列出。

所以 2004 和 11 选项之间一定有区别吗?

我唯一能猜到的是

  • 2004 = November 2004 spec
  • 11 = August 2005 spec (看起来很奇怪,因为这是 1.0 版本,名称暗示 1.1)
  • 最佳答案

    对于 .net <=3.0,使用 WSAtomicTransactionOctober2004
    如果您使用 COM+,请使用旧事务
    否则,使用 WSAtomic 事务 11

    关于WCF 事务 : WSAtomicTransactionOctober2004 vs. WSAtomicTransaction11,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9892029/

    相关文章:

    wcf - Service Fabric - 如何在外部公开 wcf 服务

    asp.net - 如何在 Visual Studio 2010 中调试 ASPNET 工作进程的转储文件?

    php - mysql 和 php PDO - 如果连接意外关闭,未提交的事务会发生什么?

    sql-server-2005 - 如何配置链接服务器之间的身份验证?

    database - 什么是 "distributed transaction"?

    .net - 原子性 : Database transaction and Windows Azure

    c# - WCF SSL 客户端证书错误

    .net - WCF数据边界设计

    .net - 来自带有事务的 dotnet 的 SQL 脚本

    node.js - 没有嵌套的nodejs pg事务