共用方式為


SPHttpThrottlingMonitors class

表示可以用來建立 Web 應用程式的效能監視器物件的集合。

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

'宣告
Public NotInheritable Class SPHttpThrottlingMonitors _
    Inherits ReadOnlyCollection(Of SPPerformanceMonitorCreationData)
'用途
Dim instance As SPHttpThrottlingMonitors
public sealed class SPHttpThrottlingMonitors : ReadOnlyCollection<SPPerformanceMonitorCreationData>

備註

此類別具有"HttpThrottling"其名稱中因為監視器是一個系統,以判斷是否有特定的 HTTP 要求將會降低 (也就,封鎖) 的一部分時伺服器正在忙碌中。但是他們監視的效能不節流。

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.

請參閱

參照

SPHttpThrottlingMonitors members

Microsoft.SharePoint.Utilities namespace