PerformanceCounterValue(String, String, String, String, Single) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
PerformanceCounterValue(System::String ^ machineName, System::String ^ categoryName, System::String ^ counterName, System::String ^ instanceName, float value);
public PerformanceCounterValue (string machineName, string categoryName, string counterName, string instanceName, float value);
new Microsoft.VisualStudio.TestTools.LoadTesting.PerformanceCounterValue : string * string * string * string * single -> Microsoft.VisualStudio.TestTools.LoadTesting.PerformanceCounterValue
Public Sub New (machineName As String, categoryName As String, counterName As String, instanceName As String, value As Single)
Parameters
- machineName
- String
- categoryName
- String
- counterName
- String
- instanceName
- String
- value
- Single