Classe TransactionBridge
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Uma classe interna que é usada para transações.
Hierarquia de herança
System.Object
System.ServiceModel.Internal.TransactionBridge
Namespace: System.ServiceModel.Internal
Assembly: Microsoft.Transactions.Bridge (em Microsoft.Transactions.Bridge.dll)
Sintaxe
'Declaração
<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
O tipo TransactionBridge expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
TransactionBridge | Infraestrutura. Intializes uma nova instância do TransactionBridge classe. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Equals(Object) | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
Init | Infraestrutura. Intializes a TransactionBridge com a configuração especificada. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) | |
Shutdown | Infraestrutura. Desliga o TransactionBridge. | |
Start | Infraestrutura. Inicia o TransactionBridge. | |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Informações sobre versão
.NET Framework
Com suporte em: 4.5, 4, 3.5, 3.0
Plataformas
Windows 8,1, Windows Server 2012 R2, Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Função Server Core sem suporte), Windows Server 2008 R2 (Função Server Core com suporte com o SP1 ou posterior, Itanium sem suporte)
O .NET Framework não oferece suporte a todas as versões de cada plataforma. Para obter uma lista das versões com suporte, consulte Requisitos do sistema do .NET Framework.
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.