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)
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