| HealthMonitoringManager Methods | 
The HealthMonitoringManager type exposes the following members.
 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.
             | 
 See Also
See Also