| HealthMonitoringManager Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.HealthMonitoring
 Syntax
Syntaxpublic static class HealthMonitoringManager
The HealthMonitoringManager type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | AllSites | 
            Gets collection of site names.
             | 
|   | Counters | 
            Gets counter list.
             | 
|   | Error | 
            Gets or sets error flag.
             | 
|   | GeneralCategoryName | 
            Gets name of general category.
             | 
|   | Sites | 
            Gets collection of site names.
             | 
|   | SitesCategoryName | 
            Gets sites category name.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | ClearCounters | 
            Clears generic counter list.
             | 
|   | CreateCounterCategories | 
            Creates new performance categories and counters.
             | 
|   | CreateCounterCategory | 
            Creates new performance category and counters.
             | 
|   | DecrementCounter(String, Counter) | 
            Decrements raw value of the counter.
             | 
|   | DecrementCounter(String, Counter, String) | 
            Decrements raw value of the counter instance.
             | 
|   | DeleteCounterCategories | 
            Deletes performance categories.
             | 
|   | DeleteCounterCategory | 
            Deletes existing performance category.
             | 
|   | IncrementCounter(String, Counter) | 
            Increments raw value of the counter.
             | 
|   | IncrementCounter(String, Counter, String) | 
            Increments raw value of the counter instance.
             | 
|   | IsSystemCounter | 
            Indicates if counter is system.
             | 
|   | IsSystemDatabaseCounter | 
            Indicates if counter is system counter based on special values treatment.
             | 
|   | IsSystemSpecialCounter | 
            Indicates if counter is system counter based on special values treatment.
             | 
|   | LogProgress | 
            Logs the message progress.
             | 
|   | PerformanceCategoryExists | 
            Indicates if performance category exists.
             | 
|   | ResetCounters | 
            Resets values of all counters.
             | 
|   | SetCounterValue(String, Counter, Int64) | 
            Sets raw value to the counter.
             | 
|   | SetCounterValue(String, Counter, String, Int64) | 
            Sets raw value to the instance.
             | 
 Events
Events| Name | Description | |
|---|---|---|
|   | OnProgressLog | 
            Progress log event.
             | 
 See Also
See Also