ISPScopedPerformanceMonitor interface
Implement this interface to create a monitor to measure performance metrics within a given scope in code.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Interface ISPScopedPerformanceMonitor _
Inherits IDisposable, ISPPerformanceMonitor
'Usage
Dim instance As ISPScopedPerformanceMonitor
public interface ISPScopedPerformanceMonitor : IDisposable,
ISPPerformanceMonitor
See also
Reference
ISPScopedPerformanceMonitor members
Microsoft.SharePoint.Utilities namespace
[SPMonitoredScope]