Udostępnij za pośrednictwem


Konstruktor PerformanceCounterValue —

Inicjuje nowe wystąpienie PerformanceCounterValue klasy.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.LoadTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (w Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Składnia

'Deklaracja
Public Sub New ( _
    machineName As String, _
    categoryName As String, _
    counterName As String, _
    instanceName As String, _
    value As Single _
)
public PerformanceCounterValue(
    string machineName,
    string categoryName,
    string counterName,
    string instanceName,
    float value
)
public:
PerformanceCounterValue(
    String^ machineName, 
    String^ categoryName, 
    String^ counterName, 
    String^ instanceName, 
    float value
)
new : 
        machineName:string * 
        categoryName:string * 
        counterName:string * 
        instanceName:string * 
        value:float32 -> PerformanceCounterValue
public function PerformanceCounterValue(
    machineName : String, 
    categoryName : String, 
    counterName : String, 
    instanceName : String, 
    value : float
)

Parametry

  • machineName
    Typ: System.String
    Nazwa komputera, z którego zebrano wartość licznika wydajności.
  • categoryName
    Typ: System.String
    Kategoria licznika wydajności.
  • instanceName
    Typ: System.String
    Nazwa wystąpienia licznika wydajności.
  • value
    Typ: System.Single
    Włączonych do próby statystycznej wartość licznika wydajności.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

PerformanceCounterValue Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.LoadTesting