SPResourceBudget class

Monitors the usage of specified resources within a code block.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Utilities.SPMonitoredScope
    Microsoft.SharePoint.Utilities.SPResourceBudget

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Class SPResourceBudget _
    Inherits SPMonitoredScope
'Usage
Dim instance As SPResourceBudget
public class SPResourceBudget : SPMonitoredScope

Remarks

Important

If the specified resources are used more than expected an assert is activated. If the excessive usage occurs during a page browse the developer dashboard is automatically launched to display the issue.

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.

See also

Reference

SPResourceBudget members

Microsoft.SharePoint.Utilities namespace