TransactionProtocol.WSAtomicTransactionOctober2004 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the WSAtomicTransactionOctober2004 transaction protocol value.
public:
static property System::ServiceModel::TransactionProtocol ^ WSAtomicTransactionOctober2004 { System::ServiceModel::TransactionProtocol ^ get(); };
public static System.ServiceModel.TransactionProtocol WSAtomicTransactionOctober2004 { get; }
static member WSAtomicTransactionOctober2004 : System.ServiceModel.TransactionProtocol
Public Shared ReadOnly Property WSAtomicTransactionOctober2004 As TransactionProtocol
Property Value
A TransactionProtocol value.
Remarks
The WS-AtomicTransaction protocol is useful for scenarios when interoperability with third-party protocol stacks is a requirement. It is also useful as a simple mechanism for testing transaction flow and the two-phase commit protocol using the WS-AT protocol, without interference with the OleTransactions protocol.