TransactionProtocol.WSAtomicTransactionOctober2004 Property

Definition

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.

Applies to