IDtcTransaction Interface
.NET Framework (current version)
Describes a DTC transaction.
Assembly: System.Transactions (in System.Transactions.dll)
| Name | Description | |
|---|---|---|
![]() | Abort(IntPtr, Int32, Int32) | Aborts a transaction. |
![]() | Commit(Int32, Int32, Int32) | Commits a transaction. |
![]() | GetTransactionInfo(IntPtr) | Retrieves information about a transaction. |
You should not implement this interface, as it is used only by the TransactionInterop class internally to represent the unmanaged version of the ITransaction interface of the System.EnterpriseServices namespace.
.NET Framework
Available since 2.0
Available since 2.0
Show:
