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^)

 

Ends a transaction timer with the specified name.

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

public:
void EndTransaction(
	String^ transactionName
)

Parameters

transactionName
Type: System::String^

The name of a transaction timer.

Exception Condition
ArgumentNullException

transactionName is null.

Return to top
Show: