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.

PerformanceCounterValue Constructor (String^, String^, String^, String^, Single)

 

Initializes a new instance of the PerformanceCounterValue class.

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

public:
PerformanceCounterValue(
	String^ machineName,
	String^ categoryName,
	String^ counterName,
	String^ instanceName,
	float value
)

Parameters

machineName
Type: System::String^

The name of the computer from which the performance counter value was collected.

categoryName
Type: System::String^

The category of the performance counter.

counterName
Type: System::String^

The name of the performance counter.

instanceName
Type: System::String^

The name of the instance of the performance counter.

value
Type: System::Single

The sampled value of the performance counter.

Return to top
Show: