Поделиться через


BYOT.CreateWithTipTransaction(String, Type) Метод

Определение

Создает объект, который вовлекается в ручную транзакцию с помощью протокола TIP (транзактный протокол Интернета — Transaction Internet Protocol).

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

Параметры

url
String

Адрес URL протокола TIP, определяющий транзакцию.

t
Type

Тип.

Возвращаемое значение

Запрошенная транзакция.

Комментарии

CreateWithTipTransaction выполняет управляемый эквивалент метода ICreateWithTIPTransaction::CreateInstanceCOM+ DTC .

Применяется к