共用方式為


TransactionBridge 類別

這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

用於交易的內部類別。

繼承階層架構

System.Object
  System.ServiceModel.Internal.TransactionBridge

命名空間:  System.ServiceModel.Internal
組件:  Microsoft.Transactions.Bridge (在 Microsoft.Transactions.Bridge.dll 中)

語法

'宣告
<ComVisibleAttribute(True)> _
<GuidAttribute("bffecca7-4069-49f9-b5ab-7ccbb078ed91")> _
Public Class TransactionBridge
[ComVisibleAttribute(true)]
[GuidAttribute("bffecca7-4069-49f9-b5ab-7ccbb078ed91")]
public class TransactionBridge
[ComVisibleAttribute(true)]
[GuidAttribute(L"bffecca7-4069-49f9-b5ab-7ccbb078ed91")]
public ref class TransactionBridge
[<ComVisibleAttribute(true)>]
[<GuidAttribute("bffecca7-4069-49f9-b5ab-7ccbb078ed91")>]
type TransactionBridge =  class end

TransactionBridge 類型會公開下列成員。

建構函式

  名稱 描述
公用方法 TransactionBridge 基礎架構。 初始化 TransactionBridge 類別的新執行個體。

回頁首

方法

  名稱 描述
公用方法 Equals(Object) 判斷指定的物件是否等於目前的物件。 (繼承自 Object)。
受保護的方法 Finalize 在記憶體回收開始前,允許物件嘗試釋放資源,並執行其他清除作業。 (繼承自 Object)。
公用方法 GetHashCode 做為預設雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前實例 Type 的屬性。 (繼承自 Object)。
公用方法 Init 基礎架構。 使用指定的組態,初始化 TransactionBridge。
受保護的方法 MemberwiseClone 建立目前 Object 的淺層複製 (Shallow Copy) 。 (繼承自 Object)。
公用方法 Shutdown 基礎架構。 關閉 TransactionBridge。
公用方法 Start 基礎架構。 啟動 TransactionBridge。
公用方法 ToString 傳回代表目前物件的字串。 (繼承自 Object)。

回頁首

版本資訊

.NET Framework

支援版本:4.5、4、3.5、3.0

平台

Windows 8.1, Windows Server 2012 R2, Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (不支援伺服器核心角色), Windows Server 2008 R2 (SP1 (含) 以後版本支援伺服器核心角色,不支援 Itanium)

.NET Framework 不一定支援每種平台的所有版本。如需支援版本的清單,請參閱<298275e2-da1d-4618-9f74-6a3567832350>。

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

參考

System.ServiceModel.Internal 命名空間