SPResourceBudget 构造函数 (Boolean, String, TraceSeverity, ISPScopedPerformanceMonitor[])

命名空间:  Microsoft.SharePoint.Utilities
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Sub New ( _
    ensureRootScope As Boolean, _
    name As String, _
    severity As TraceSeverity, _
    ParamArray monitors As ISPScopedPerformanceMonitor() _
)
用法
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
)

参数

  • monitors
    类型:[]

另请参阅

引用

SPResourceBudget 类

SPResourceBudget 成员

SPResourceBudget 重载

Microsoft.SharePoint.Utilities 命名空间