The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebTest::EndTransaction Method (String^, Boolean)
Ends the specified transaction.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Parameters
- transactionName
-
Type:
System::String^
The name of the transaction to end.
- isForIncludedWebTest
-
Type:
System::Boolean
true indicates that the named transaction is a transaction that was automatically created to measure the duration of the included Web performance test.
Show: