0 out of 2 rated this helpful - Rate this topic

TransactionFlowBindingElement Class

Represents the configuration element that specifies transaction flow support for a binding. This class cannot be inherited.

System.Object
  System.ServiceModel.Channels.BindingElement
    System.ServiceModel.Channels.TransactionFlowBindingElement

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)
public sealed class TransactionFlowBindingElement : BindingElement, 
	IPolicyExportExtension

The TransactionFlowBindingElement type exposes the following members.

  Name Description
Public method TransactionFlowBindingElement() Initializes a new instance of the TransactionFlowBindingElement class.
Public method TransactionFlowBindingElement(TransactionProtocol) Initializes a new instance of the TransactionFlowBindingElement class with the specified protocol that is used to flow a transaction.
Top
  Name Description
Public property AllowWildcardAction Gets or sets whether wildcard action is set to be allowed on a transaction flow binding element to be cloned.
Public property TransactionProtocol Gets or sets the transaction protocol used in flowing a transaction.
Top
  Name Description
Public method BuildChannelFactory<TChannel> Initializes a channel factory for producing channels of a specified type from a binding context. (Overrides BindingElement.BuildChannelFactory<TChannel>(BindingContext).)
Public method BuildChannelListener<TChannel> Initializes a channel listener for accepting channels of a specified type from the binding context. (Overrides BindingElement.BuildChannelListener<TChannel>(BindingContext).)
Public method CanBuildChannelFactory<TChannel> Returns a value that indicates whether the specified binding context can build a channel factory for producing channels of a specified type. (Overrides BindingElement.CanBuildChannelFactory<TChannel>(BindingContext).)
Public method CanBuildChannelListener<TChannel> Returns a value that indicates whether the specified binding context can build a channel listener for accepting channels of a specified type. (Overrides BindingElement.CanBuildChannelListener<TChannel>(BindingContext).)
Public method Clone Creates a duplicate of this element. (Overrides BindingElement.Clone().)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetProperty<T> Gets the typed object requested, if present, from the appropriate layer in the binding stack. (Overrides BindingElement.GetProperty<T>(BindingContext).)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ShouldSerializeTransactionProtocol Returns whether the transaction protocol used for transaction flow can be serialized.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
  Name Description
Explicit interface implemetation Private method IPolicyExportExtension.ExportPolicy Exports a custom policy assertion about the binding.
Top

This element allows you to enable or disable incoming transaction flow in an endpoint’s binding settings, as well as to specify the desired protocol format for incoming transactions.

Caution note Caution

When using the OleTransactions protocol to flow transactions from endpoint to endpoint, the transaction timeout can be lost if the destination endpoint attempts to flow again using any protocol other than OleTransactions. This can cause all down-level nodes after the OleTransactions hop to timeout later than expected.

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ