Click or drag to resize
HealthMonitoringHelper Class
The class that provides to helping methods to work with performance counters.
Inheritance Hierarchy
SystemObject
  CMS.HealthMonitoringHealthMonitoringHelper

Namespace: CMS.HealthMonitoring
Assembly: CMS.HealthMonitoring (in CMS.HealthMonitoring.dll) Version: 8.2.23
Syntax
C#
public class HealthMonitoringHelper

The HealthMonitoringHelper type exposes the following members.

Constructors
  NameDescription
Public methodHealthMonitoringHelper
Top
Methods
  NameDescription
Public methodStatic memberClear
Clears the enabled status of the health monitoring so it can reload
Public methodStatic memberEnsurePerformanceCounterTimer
Ensures performance counter timer.
Public methodStatic memberGetCategoryName
Gets category name.
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Fields
  NameDescription
Public fieldStatic memberSYSTEM_COUNTERS_DIRECTORY_PATH
Path of directory CMSModules.
Top
Properties
  NameDescription
Public propertyStatic memberApplicationMonitoringInterval
Web application logging interval (in seconds).
Public propertyStatic memberCanLog
Indicates if web application can log to the counters.
Public propertyStatic memberCountersStartDirectoryPath
Gets or sets start physical path of directory that contains subdirectories with counter files.
Public propertyStatic memberHealthMonitoringEnabled
Indicates if Health monitoring is enabled.
Public propertyStatic memberLogCounters
Indicates if the counters should be logged.
Public propertyStatic memberServiceMonitoringInterval
Windows service logging interval (in seconds).
Public propertyStatic memberSiteCountersEnabled
Indicates if Health monitoring is enabled for site level.
Public propertyStatic memberUseExternalService
Indicates if the windows service should be log to the counters.
Top
See Also