SPHttpThrottlingMonitors-Klasse

Stellt eine Auflistung von Objekten, die zum Erstellen von Leistungsindikatoren für eine Webanwendung verwendet werden können.

Vererbungshierarchie

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>

Hinweise

Die Klasse hat "HttpThrottling" im Namen, da die Monitore Teil eines Systems, das bestimmt, ob bestimmte HTTP-Anforderungen werden gedrosselt werden sind (die blockiert), wenn der Server ausgelastet ist. Aber es ist die Leistung, die sie überwachen möchten, die nicht der Beschränkung.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SPHttpThrottlingMonitors-Member

Microsoft.SharePoint.Utilities-Namespace