| Counter Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.HealthMonitoring
 Syntax
Syntaxpublic class Counter
The Counter type exposes the following members.
 Constructors
Constructors Properties
Properties| Name | Description | |
|---|---|---|
|  | Description | 
            Gets or sets counter description.
             | 
|  | Enabled | 
            Indicates if the counter is enabled. Default value is True.
             | 
|  | Error | 
            Indicates if occurred error during logging to the counter. 
             | 
|  | Interval | 
            Indicates if performance counter is cleared after logging values.
             | 
|  | Key | 
            Gets or sets the counter key.
             | 
|  | LastErrorMessage | 
            Last error message.
             | 
|  | Name | 
            Gets or sets the counter name.
             | 
|  | OnlyGlobal | 
            Indicates if the counter is logged per instance or per sites (True is per instance). Default value is True.
             | 
|  | OriginalCounter | 
            Stores original values of CMS performance counter.
             | 
|  | PerformanceCounter | 
            Gets or sets performance counter.
             | 
|  | PerSecond | 
            Indicates if counter is logged per second.
             | 
|  | Type | 
            Gets or sets the counter type.
             | 
 Methods
Methods See Also
See Also