ISPScopedPerformanceMonitor members
Implement this interface to create a monitor to measure performance metrics within a given scope in code.
The ISPScopedPerformanceMonitor type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description | Gets a description of the current monitor. (Inherited from ISPPerformanceMonitor.) | |
Name | Gets the name of the current monitor. (Inherited from ISPPerformanceMonitor.) | |
Value | Gets the current value of the monitor. (Inherited from ISPPerformanceMonitor.) | |
ValueIsExcessive | Gets a Boolean value that indicates if a monitor has exceeded the "healthy" predefined budget value. (Inherited from ISPPerformanceMonitor.) |
Top
Methods
Name | Description | |
---|---|---|
Dispose | (Inherited from IDisposable.) | |
RenderValueForWeb | (Inherited from ISPPerformanceMonitor.) |
Top