Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Applies To: Windows 10, Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Server Technical Preview, Windows Vista
The ITransactionBridge interface is used by the Microsoft Distributed Transaction Coordinator (MS DTC) to provide notification of startup and shutdown.
When to Implement
You do not need to implement this interface. It is implemented by the Windows Communication Foundation (WCF).
When to Use
This interface is used internally by the MS DTC.
Methods in Vtable Order
- IUnknown methods
| ITransactionBridge method | Description |
|---|---|
| ITransactionBridge::Initialize | Called by the MS DTC upon startup. |
| ITransactionBridge::Start | Called by the MS DTC upon startup. |
| ITransactionBridge::Shutdown | Currently, the MS DTC does not call this method upon shutdown, so objects that implement the ITransactionBridge interface must not expect this. |
Requirements
For an explanation of the requirement values, see Requirements (Component Services).
Platforms: Windows Server 2016, Windows 10, Windows Server 2012 R2, Windows 8.1, Windows Server 2012, Windows 8, Windows Server 2008 R2, Windows 7, Windows Server 2008, Windows Vista
Header: Declared in TransactionBridge.h.