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

트랜잭션을 지정하는 TIP URL입니다.

t
Type

형식입니다.

반환

요청된 트랜잭션입니다.

설명

CreateWithTipTransaction COM + DTC 메서드의 관리 되는 해당 수행 ICreateWithTIPTransaction::CreateInstance합니다.

적용 대상