Click or drag to resize
HealthMonitoringManager Methods

The HealthMonitoringManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClearCounters
Clears generic counter list.
Public methodStatic memberCreateCounterCategories
Creates new performance categories and counters.
Public methodStatic memberCreateCounterCategory
Creates new performance category and counters.
Public methodStatic memberDecrementCounter(String, Counter)
Decrements raw value of the counter.
Public methodStatic memberDecrementCounter(String, Counter, String)
Decrements raw value of the counter instance.
Public methodStatic memberDeleteCounterCategories
Deletes performance categories.
Public methodStatic memberDeleteCounterCategory
Deletes existing performance category.
Public methodStatic memberIncrementCounter(String, Counter)
Increments raw value of the counter.
Public methodStatic memberIncrementCounter(String, Counter, String)
Increments raw value of the counter instance.
Public methodStatic memberIsSystemCounter
Indicates if counter is system.
Public methodStatic memberIsSystemDatabaseCounter
Indicates if counter is system counter based on special values treatment.
Public methodStatic memberIsSystemSpecialCounter
Indicates if counter is system counter based on special values treatment.
Public methodStatic memberLogProgress
Logs the message progress.
Public methodStatic memberPerformanceCategoryExists
Indicates if performance category exists.
Public methodStatic memberResetCounters
Resets values of all counters.
Public methodStatic memberSetCounterValue(String, Counter, Int64)
Sets raw value to the counter.
Public methodStatic memberSetCounterValue(String, Counter, String, Int64)
Sets raw value to the instance.
Top
See Also