Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TransactionProtocol::OleTransactions Property

 

Gets the OleTransactions transaction protocol value.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property TransactionProtocol^ OleTransactions {
	static TransactionProtocol^ get();
}

Property Value

Type: System.ServiceModel::TransactionProtocol^

An OleTransactions value.

The OleTransactions protocol is useful for scenarios when interoperability with third-party protocol stacks is not a requirement, and the deployer of a service knows in advance that WS-AtomicTransaction is disabled locally or that the existing network topology does not favor the usage of WS-AtomicTransaction.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft