The HealthMonitoringHelper type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
HealthMonitoringHelper |
Methods
Name | Description | |
---|---|---|
Clear |
Clears the enabled status of the health monitoring so it can reload
| |
EnsurePerformanceCounterTimer |
Ensures performance counter timer.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetCategoryName |
Gets category name.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Fields
Name | Description | |
---|---|---|
SYSTEM_COUNTERS_DIRECTORY_PATH |
Path of directory CMSModules.
|
Properties
Name | Description | |
---|---|---|
ApplicationMonitoringInterval |
Web application logging interval (in seconds).
| |
CanLog |
Indicates if web application can log to the counters.
| |
CountersStartDirectoryPath |
Gets or sets start physical path of directory that contains subdirectories with counter files.
| |
HealthMonitoringEnabled |
Indicates if Health monitoring is enabled.
| |
LogCounters |
Indicates if the counters should be logged.
| |
ServiceMonitoringInterval |
Windows service logging interval (in seconds).
| |
SiteCountersEnabled |
Indicates if Health monitoring is enabled for site level.
| |
UseExternalService |
Indicates if the windows service should be log to the counters.
|
See Also