Share via


SPSystemPerformanceCounterMonitor.ValueIsExcessive Property

Gets a value that indicates whether the health score of the counter that is being monitored is poor enough to trigger throttling.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Overrides ReadOnly Property ValueIsExcessive As Boolean
    Get
'Usage
Dim instance As SPSystemPerformanceCounterMonitor
Dim value As Boolean

value = instance.ValueIsExcessive
public override bool ValueIsExcessive { get; }

Property Value

Type: System.Boolean
true if the health score is bad enough to trigger throttling; otherwise, false.

Implements

ISPPerformanceMonitor.ValueIsExcessive

Remarks

This override returns true when, and only when, the health score is 10, the worst possible score.

See Also

Reference

SPSystemPerformanceCounterMonitor Class

SPSystemPerformanceCounterMonitor Members

Microsoft.SharePoint.Utilities Namespace