BYOT.CreateWithTransaction(Object, Type) Method

Definition

Creates an object that is enlisted within a manual transaction.

C#
public static object CreateWithTransaction(object transaction, Type t);

Parameters

transaction
Object

The ITransaction or Transaction object that specifies a transaction.

t
Type

The specified type.

Returns

The requested transaction.

Remarks

CreateWithTransaction performs the managed equivalent of the COM+ Distributed Transaction Coordinator (DTC) method ICreateWithTransaction::CreateInstance.

Applies to

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