Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
void EndTransaction(
	String^ transactionName,
	bool isForIncludedWebTest
)

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.

Return to top
Show: