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
public PerformanceCounterValue CounterValue { get; }
public:
property PerformanceCounterValue^ CounterValue {
PerformanceCounterValue^ get ();
}
member CounterValue : PerformanceCounterValue with get
function get CounterValue () : PerformanceCounterValue
Valeur de propriété
Type : Microsoft.VisualStudio.TestTools.LoadTesting.PerformanceCounterValue
Objet PerformanceCounterValue.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ThresholdExceededEventArgs Classe
Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms