Condividi tramite


Proprietà ThresholdExceededEventArgs.CounterValue

Ottiene il nome completo (computer, categoria, contatore e istanza) e il valore del campione del contatore delle prestazioni che ha superato una soglia.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property CounterValue As PerformanceCounterValue
    Get
public PerformanceCounterValue CounterValue { get; }
public:
property PerformanceCounterValue^ CounterValue {
    PerformanceCounterValue^ get ();
}
member CounterValue : PerformanceCounterValue
function get CounterValue () : PerformanceCounterValue

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.LoadTesting.PerformanceCounterValue
Un oggetto PerformanceCounterValue.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ThresholdExceededEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.LoadTesting