PerformanceCounterValue Class

Contains the computed value of a performance counter collected during a load test run.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class PerformanceCounterValue
'Usage
Dim instance As PerformanceCounterValue
[SerializableAttribute]
public class PerformanceCounterValue
[SerializableAttribute]
public ref class PerformanceCounterValue
public class PerformanceCounterValue

Remarks

This class is serializable.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.LoadTesting.PerformanceCounterValue

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.

See Also

Reference

PerformanceCounterValue Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace