SPSystemPerformanceMonitor.ValueIsExcessive property
在衍生類別中實作時,取得值,指出是否為基礎的效能測量值是不佳,足以觸發節流的要求。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public MustOverride ReadOnly Property ValueIsExcessive As Boolean
Get
'用途
Dim instance As SPSystemPerformanceMonitor
Dim value As Boolean
value = instance.ValueIsExcessive
public abstract bool ValueIsExcessive { get; }
Property value
Type: System.Boolean
true如果值是不正確,足以觸發節流設定 ;否則, false。
Implements
ISPPerformanceMonitor.ValueIsExcessive
備註
Notes to implementers
您的實作不需要直接評估為基礎的效能測量值。您也可以將效能值轉譯成健康分數的系統。健康情況的分數,會決定ValueIsExcessive屬性的值。例如,請參閱內建衍生類別SPSystemPerformanceCounterMonitor。
請參閱
參照
SPSystemPerformanceMonitor class