SPResourceBudget constructor (Boolean, String, TraceSeverity, ISPScopedPerformanceMonitor[])
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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
)
參數
- ensureRootScope
Type: System.Boolean
- name
Type: System.String
- severity
Type: Microsoft.SharePoint.Administration.TraceSeverity
- monitors
Type: []