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::BeginTransaction Method (String^)
Starts a transaction timer by using the specified name.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Parameters
- transactionName
-
Type:
System::String^
The name of a transaction timer.
| Exception | Condition |
|---|---|
| ArgumentNullException | transactionName is null. |
Show: