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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.