SPHealthScoreCalculator Class

When implemented in a derived class, provides a method for translating a performance value into a health score from 0 to 10.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Utilities.SPHealthScoreCalculator
      Microsoft.SharePoint.Utilities.SPBucketHealthScoreCalculator

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

Syntax

'Declaration
Public MustInherit Class SPHealthScoreCalculator _
    Inherits SPAutoSerializingObject
'Usage
Dim instance As SPHealthScoreCalculator
public abstract class SPHealthScoreCalculator : SPAutoSerializingObject

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPHealthScoreCalculator Members

Microsoft.SharePoint.Utilities Namespace