SPRepairableHealthAnalysisRule.Repair Method
SharePoint 2010
Repairs an error found by the Check() method.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Return Value
Type: Microsoft.SharePoint.Administration.Health.SPHealthRepairStatusAn enumeration value that describes the outcome of an attempt to repair an error.
Override this method in your derived class. Then write code to correct the condition that causes your implementation of the Check() method to return SPHealthCheckStatus.Failed.