BYOT.CreateWithTransaction(Object, Type) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an object that is enlisted within a manual transaction.
public:
static System::Object ^ CreateWithTransaction(System::Object ^ transaction, Type ^ t);
public static object CreateWithTransaction(object transaction, Type t);
static member CreateWithTransaction : obj * Type -> obj
Public Shared Function CreateWithTransaction (transaction As Object, t As Type) As Object
- transaction
- Object
The ITransaction or Transaction object that specifies a transaction.
- t
- Type
The specified type.
The requested transaction.
CreateWithTransaction performs the managed equivalent of the COM+ Distributed Transaction Coordinator (DTC) method ICreateWithTransaction::CreateInstance
.
Product | Versions |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: