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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
ThresholdExceededEventArgs Classe
Spazio dei nomi Microsoft.VisualStudio.TestTools.LoadTesting