SPRequestUsageCounter members

Tracks the number of opened SPRequest objects.

The SPRequestUsageCounter type exposes the following members.

Constructors

  Name Description
Public method SPRequestUsageCounter() Initializes a new instance of the SPRequestUsageCounter class.
Public method 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
Public property Description (Overrides SPCallCounter.Description.)
Public property Name (Overrides SPCallCounter.Name.)
Public property Namespace (Overrides SPCallCounter.Namespace.)
Public property NameValuePairs (Overrides SPCallCounter.NameValuePairs.)
Public property Value The counter value. (Inherited from SPCallCounter.)
Public property ValueIsExcessive Indicates if elapsed time associated with this counter exceeds the maximum allowed value for this scope. (Inherited from SPCallCounter.)

Top

Methods

  Name Description
Public method Dispose() Overload of the system Dispose method for this SPCallCounter() instance. (Inherited from SPCallCounter.)
Protected method Dispose(Boolean) Overload of the system Dispose method for this [Microsoft.SharePoint.Utilities.SPCallCounter] instance. (Inherited from SPCallCounter.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RenderValueForWeb Retrieves call information such as global server culture, dashboard popup details section title, and stack trace data. (Inherited from SPCallCounter.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPRequestUsageCounter class

Microsoft.SharePoint.Utilities namespace