Partager via


ThresholdExceededEventArgs.CounterValue, propriété

Obtient le nom complet (ordinateur, catégorie, compteur et instance) et la valeur de l'échantillon de compteur de performance qui a dépassé un seuil.

Espace de noms :  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly :  Microsoft.VisualStudio.QualityTools.LoadTestFramework (dans Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntaxe

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

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.LoadTesting.PerformanceCounterValue
Objet PerformanceCounterValue.

Sécurité .NET Framework

Voir aussi

Référence

ThresholdExceededEventArgs Classe

Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms