IXLANGTranDispImpl.GetTransaction(String, Int32, Int32) 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.
public:
System::Object ^ GetTransaction(System::String ^ transactionName, int timeOut, int isolationLevel);
public object GetTransaction (string transactionName, int timeOut, int isolationLevel);
abstract member GetTransaction : string * int * int -> obj
Public Function GetTransaction (transactionName As String, timeOut As Integer, isolationLevel As Integer) As Object
Parameters
- transactionName
- String
- timeOut
- Int32
- isolationLevel
- Int32