TransactionTimer Class
Represents a timed transaction in a Web performance test. This part of the Web performance test may include Web performance test requests, calls to included Web performance tests, or other Web performance test transactions.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Microsoft.VisualStudio.TestTools.WebTesting::WebTestItem
Microsoft.VisualStudio.TestTools.WebTesting::TransactionTimer
| Name | Description | |
|---|---|---|
![]() | TransactionTimer() | Initializes a new instance of the TransactionTimer class. |
| Name | Description | |
|---|---|---|
![]() | ItemId | Zero-based sequence number of the item in the Web performance test.(Inherited from WebTestItem.) |
![]() | Items | Gets the list of Web performance test items that are included in the timed transaction. |
![]() | Name | Gets or sets the name given to the TransactionTimer. This name is displayed in the Web performance test editor, or displayed in a coded Web performance test in the Web performance test and load test results. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a copy of the TransactionTimer.(Overrides WebTestItem::Clone().) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RuntimeClone() | (Overrides WebTestItem::RuntimeClone().) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


