BYOT.CreateWithTipTransaction(String, Type) Method

Definition

Creates an object that is enlisted within a manual transaction using the Transaction Internet Protocol (TIP).

public:
 static System::Object ^ CreateWithTipTransaction(System::String ^ url, Type ^ t);
public static object CreateWithTipTransaction (string url, Type t);
static member CreateWithTipTransaction : string * Type -> obj
Public Shared Function CreateWithTipTransaction (url As String, t As Type) As Object

Parameters

url
String

A TIP URL that specifies a transaction.

t
Type

The type.

Returns

The requested transaction.

Remarks

CreateWithTipTransaction performs the managed equivalent of the COM+ DTC method ICreateWithTIPTransaction::CreateInstance.

Applies to