SPHttpThrottlingMonitors class
Represents a collection of objects which can be used to create performance monitors for a Web application.
Inheritance hierarchy
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<SPPerformanceMonitorCreationData>
Microsoft.SharePoint.Utilities.SPHttpThrottlingMonitors
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public NotInheritable Class SPHttpThrottlingMonitors _
Inherits ReadOnlyCollection(Of SPPerformanceMonitorCreationData)
'Usage
Dim instance As SPHttpThrottlingMonitors
public sealed class SPHttpThrottlingMonitors : ReadOnlyCollection<SPPerformanceMonitorCreationData>
Remarks
The class has “HttpThrottling” in its name because the monitors are part of a system that determines whether specific HTTP requests will be throttled (that is, blocked) when the server is busy. But it is performance that they monitor, not the throttling.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.