Partilhar via


Propriedade ThresholdExceededEventArgs.CounterValue

Obtém o nome completo (computador, categoria, contador e instância) e o valor da amostra do contador de desempenho que excedeu um limite.

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

Sintaxe

'Declaração
Public ReadOnly Property CounterValue As PerformanceCounterValue
public PerformanceCounterValue CounterValue { get; }
public:
property PerformanceCounterValue^ CounterValue {
    PerformanceCounterValue^ get ();
}
member CounterValue : PerformanceCounterValue with get
function get CounterValue () : PerformanceCounterValue

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.LoadTesting.PerformanceCounterValue
A PerformanceCounterValue object.

Segurança do .NET Framework

Consulte também

Referência

ThresholdExceededEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.LoadTesting