SPSystemPerformanceMonitor.RenderValueForWeb method

When implemented in a derived class, gets the value of the underlying performance counter that is being monitored as an HTML string for insertion on a Web page.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public MustOverride Function RenderValueForWeb As String
'Usage
Dim instance As SPSystemPerformanceMonitor
Dim returnValue As String

returnValue = instance.RenderValueForWeb()
public abstract string RenderValueForWeb()

Return value

Type: System.String
An HTML-formatted value.

Implements

ISPPerformanceMonitor.RenderValueForWeb()

See also

Reference

SPSystemPerformanceMonitor class

SPSystemPerformanceMonitor members

Microsoft.SharePoint.Utilities namespace