TransactionFlowBindingElement 類別

定義

表示指定繫結程序之異動流程支援的組態項目。 此類別無法獲得繼承。

public ref class TransactionFlowBindingElement sealed : System::ServiceModel::Channels::BindingElement, System::ServiceModel::Description::IPolicyExportExtension
public sealed class TransactionFlowBindingElement : System.ServiceModel.Channels.BindingElement, System.ServiceModel.Description.IPolicyExportExtension
type TransactionFlowBindingElement = class
    inherit BindingElement
    interface IPolicyExportExtension
Public NotInheritable Class TransactionFlowBindingElement
Inherits BindingElement
Implements IPolicyExportExtension
繼承
TransactionFlowBindingElement
實作

備註

此元素可讓您啟用或停用端點系結設定中的傳入交易流程,以及指定傳入交易所需的通訊協定格式。

警告

當使用 OleTransactions 通訊協定在端點之間流動交易時,如果目的端點嘗試使用任何 OleTransactions 以外的通訊協定再次流動時,交易逾時可能會遺失。 這會導致 OleTransactions 躍點後的所有下層節點比預期的時間更晚發生逾時。

建構函式

TransactionFlowBindingElement()

初始化 TransactionFlowBindingElement 類別的新執行個體。

TransactionFlowBindingElement(TransactionProtocol)

使用用來流動異動的指定通訊協定,初始化 TransactionFlowBindingElement 類別的新執行個體。

屬性

AllowWildcardAction

取得或設定是否要將萬用字元動作設定為允許在異動流程繫結程序項目上複製。

TransactionProtocol

取得或設定用於流動異動的異動通訊協定。

方法

BuildChannelFactory<TChannel>(BindingContext)

初始化通道處理站,以便從繫結內容產生指定型別的通道。

BuildChannelListener<TChannel>(BindingContext)

初始化通道接聽程式,以便從繫結內容接受指定型別的通道。

CanBuildChannelFactory<TChannel>(BindingContext)

傳回值,這個值會指出指定的繫結內容是否可以建置通道處理站,以產生指定型別的通道。

CanBuildChannelListener<TChannel>(BindingContext)

傳回值,這個值會指出指定的繫結內容是否可以建置通道接聽程式,以接受指定之型別的通道。

Clone()

建立這個項目的複本。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetProperty<T>(BindingContext)

從繫結堆疊的適當層次中,取得要求的型別物件 (如果有的話)。

GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ShouldSerializeTransactionProtocol()

傳回用於交易流程的交易通訊協定是否可以序列化。

ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

明確介面實作

IPolicyExportExtension.ExportPolicy(MetadataExporter, PolicyConversionContext)

匯出關於繫結的自訂原則判斷提示。

適用於

另請參閱