TransactionProtocol Class

Definition

Specifies the transaction protocol used in flowing transactions.

public ref class TransactionProtocol abstract
public abstract class TransactionProtocol
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TransactionProtocolConverter))]
public abstract class TransactionProtocol
type TransactionProtocol = class
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TransactionProtocolConverter))>]
type TransactionProtocol = class
Public MustInherit Class TransactionProtocol
Inheritance
TransactionProtocol
Attributes

Remarks

This class is used together with the TransactionFlowBindingElement class to specify the desired protocol for flowing transactions.

Constructors

TransactionProtocol()

Initializes a new instance of the TransactionProtocol class.

Properties

Default

Gets the default value for the transaction protocol.

OleTransactions

Gets the OleTransactions transaction protocol value.

WSAtomicTransaction11

Gets the WSAtomicTransaction11 transaction protocol value.

WSAtomicTransactionOctober2004

Gets the WSAtomicTransactionOctober2004 transaction protocol value.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also