SPRequestUsageCounter Members
Include Protected Members
Include Inherited Members
Tracks the number of opened SPRequest objects.
The SPRequestUsageCounter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPRequestUsageCounter() | Initializes a new instance of the SPRequestUsageCounter class. | |
SPRequestUsageCounter(Int32) | Initializes a new instance of the SPRequestUsageCounter class. This constructor initializes the object with a value that determines the maximum number of SPRequest objects that can exist within this scope before the logging level is increased. |
Top
Properties
Name | Description | |
---|---|---|
Description | (Overrides SPCallCounter.Description.) | |
Name | (Overrides SPCallCounter.Name.) | |
Value | The counter value. (Inherited from SPCallCounter.) | |
ValueIsExcessive | Indicates if elapsed time associated with this counter exceeds the maximum allowed value for this scope. (Inherited from SPCallCounter.) |
Top
Methods
Name | Description | |
---|---|---|
Dispose() | Overload of the system Dispose method for this SPCallCounter() instance. (Inherited from SPCallCounter.) | |
Dispose(Boolean) | Overload of the system Dispose method for this [Microsoft.SharePoint.Utilities.SPCallCounter] instance. (Inherited from SPCallCounter.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RenderValueForWeb | Retrieves call information such as global server culture, dashboard popup details section title, and stack trace data. (Inherited from SPCallCounter.) | |
ToString | (Inherited from Object.) |
Top