Udostępnij za pośrednictwem


Zdarzenie LoadTest.ThresholdExceeded

Występuje, gdy reguła próg został przekroczony.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.LoadTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (w Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Składnia

'Deklaracja
Public Event ThresholdExceeded As EventHandler(Of ThresholdExceededEventArgs)
public event EventHandler<ThresholdExceededEventArgs> ThresholdExceeded
public:
 event EventHandler<ThresholdExceededEventArgs^>^ ThresholdExceeded {
    void add (EventHandler<ThresholdExceededEventArgs^>^ value);
    void remove (EventHandler<ThresholdExceededEventArgs^>^ value);
}
member ThresholdExceeded : IEvent<EventHandler<ThresholdExceededEventArgs>,
    ThresholdExceededEventArgs>
Język JScript nie obsługuje zdarzeń.

Uwagi

ThresholdExceededEventArgsidentyfikuje licznika wydajności, który przekroczył próg wartości próbki licznika wydajności, oraz czy wartość przekroczyła poziom krytyczny próg lub po prostu progu poziomu ostrzeżeń.

[!UWAGA]

Jeśli istnieje więcej niż jeden komputer agent Uruchamianie testu obciążenia ThresholdExceeded zdarzenie zostanie wyzwolone dla wszystkich agentów.

Aby uzyskać więcej informacji na temat obsługi zdarzeń, zobacz Używające zdarzeń.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

LoadTest Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.LoadTesting

Inne zasoby

About Counter Sets