SPHttpThrottlingMonitors 类
表示用于创建 Web 应用程序的性能监视器对象的集合。
继承层次结构
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<SPPerformanceMonitorCreationData>
Microsoft.SharePoint.Utilities.SPHttpThrottlingMonitors
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public NotInheritable Class SPHttpThrottlingMonitors _
Inherits ReadOnlyCollection(Of SPPerformanceMonitorCreationData)
用法
Dim instance As SPHttpThrottlingMonitors
public sealed class SPHttpThrottlingMonitors : ReadOnlyCollection<SPPerformanceMonitorCreationData>
备注
类"HttpThrottling"的名称中包含监视器是系统的一部分,用于确定是否将阻止特定的 HTTP 请求 (即被阻止),因为当服务器正忙。但它是性能监视他们,不限制。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。