Compartir a través de


ThresholdExceededEventArgs.CounterValue (Propiedad)

Obtiene el nombre completo (equipo, categoría, contador e instancia) y el valor del ejemplo de contador de rendimiento que superó un umbral.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.LoadTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (en Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Sintaxis

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ThresholdExceededEventArgs Clase

Microsoft.VisualStudio.TestTools.LoadTesting (Espacio de nombres)