Freigeben über


BYOT.CreateWithTipTransaction(String, Type) Methode

Definition

Erstellt ein Objekt, das in einer manuellen Transaktion unter Verwendung von TIP (Transaction Internet Protocol) eingetragen ist.

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

Parameter

url
String

Eine TIP-URL, die eine Transaktion angibt.

t
Type

Der Typ.

Gibt zurück

Die angeforderte Transaktion.

Hinweise

CreateWithTipTransaction führt die verwaltete Entsprechung der COM+ DTC-Methode ICreateWithTIPTransaction::CreateInstanceaus.

Gilt für: