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.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTestItem
Microsoft.VisualStudio.TestTools.WebTesting.TransactionTimer
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class TransactionTimer _
Inherits WebTestItem
[SerializableAttribute]
public class TransactionTimer : WebTestItem
[SerializableAttribute]
public ref class TransactionTimer : public WebTestItem
[<SerializableAttribute>]
type TransactionTimer =
class
inherit WebTestItem
end
public class TransactionTimer extends WebTestItem
The TransactionTimer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TransactionTimer | Initializes a new instance of the TransactionTimer class. |
Top
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a copy of the TransactionTimer. (Overrides WebTestItem.Clone().) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RuntimeClone | (Overrides WebTestItem.RuntimeClone().) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.