Share via


SPResourceBudget - Constructeur (Boolean, String, TraceSeverity, ISPScopedPerformanceMonitor[])

Espace de noms :  Microsoft.SharePoint.Utilities
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    ensureRootScope As Boolean, _
    name As String, _
    severity As TraceSeverity, _
    ParamArray monitors As ISPScopedPerformanceMonitor() _
)
'Utilisation
Dim ensureRootScope As Boolean
Dim name As String
Dim severity As TraceSeverity
Dim monitors As ISPScopedPerformanceMonitor()

Dim instance As New SPResourceBudget(ensureRootScope, _
    name, severity, monitors)
public SPResourceBudget(
    bool ensureRootScope,
    string name,
    TraceSeverity severity,
    params ISPScopedPerformanceMonitor[] monitors
)

Paramètres

  • monitors
    Type : []

Voir aussi

Référence

SPResourceBudget classe

SPResourceBudget - Membres

SPResourceBudget - Surcharge

Microsoft.SharePoint.Utilities - Espace de noms