TransactionInterop.GetTransactionFromDtcTransaction Method
.NET Framework 4.5
Generates a Transaction from a specified IDtcTransaction.
Namespace: System.Transactions
Assembly: System.Transactions (in System.Transactions.dll)
public static Transaction GetTransactionFromDtcTransaction( IDtcTransaction transactionNative )
Parameters
- transactionNative
- Type: System.Transactions.IDtcTransaction
The IDtcTransaction object to be marshaled.
Return Value
Type: System.Transactions.TransactionA Transaction instance that represents the given IDtcTransaction.
The transactionNative is compatible with the unmanaged form of ITransaction used by MSDTC and with the Managed form of ITransaction used by System.EnterpriseServices.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.