SPResourceBudget Members
Include Protected Members
Include Inherited Members
Monitors the usage of specified resources within a code block.
The SPResourceBudget type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPResourceBudget | Creates a new instance of the SPResourceBudget() class. |
Top
Properties
Name | Description | |
---|---|---|
Children | (Inherited from SPMonitoredScope.) | |
Id | (Inherited from SPMonitoredScope.) | |
Monitors | Gets the monitors that are associated with a given scope. (Inherited from SPMonitoredScope.) | |
Name | Gets or sets the friendly name for a given scoped block of code. (Inherited from SPMonitoredScope.) | |
Parent | (Inherited from SPMonitoredScope.) |
Top
Methods
Name | Description | |
---|---|---|
AddMonitor<T> | (Inherited from SPMonitoredScope.) | |
Dispose() | (Inherited from SPMonitoredScope.) | |
Dispose(Boolean) | (Inherited from SPMonitoredScope.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetMonitor<T> | Retrieves the monitor of the specified type from the current scope. (Inherited from SPMonitoredScope.) | |
GetMonitorRecursive<T> | (Inherited from SPMonitoredScope.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDisposing | Stops all counters (timers) for the current scope and any child scopes that have not been disposed yet. (Overrides SPMonitoredScope.OnDisposing().) | |
PreviouslyEnteredScope | A scope that was entered before the current scope. | |
ToString | (Inherited from Object.) |
Top