BYOT.CreateWithTipTransaction(String, Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.