TransactionBridge 类
此 API 支持 .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 的浅表副本。 (继承自 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 并非支持每个平台的所有版本。有关支持的版本的列表,请参阅.NET Framework 系统要求。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。