SPCallCounter Members

Include Protected Members
Include Inherited Members

This counter monitors the number of calls to an arbitrary API (WCF service calls) made during a request.

The SPCallCounter type exposes the following members.

Constructors

  Name Description
Protected method SPCallCounter() Initializes a new instance of the [Microsoft.SharePoint.Utilities.SPCallCounter] class.
Protected method SPCallCounter(Int32) Initializes a new instance of the [Microsoft.SharePoint.Utilities.SPCallCounter] class with a given maximum value.

Top

Properties

  Name Description
Public property Description Description of the call counter including stack trace data.
Public property Name The call counter name.
Public property Value The counter value.
Public property ValueIsExcessive Indicates if elapsed time associated with this counter exceeds the maximum allowed value for this scope.

Top

Methods

  Name Description
Public method Dispose() Overload of the system Dispose method for this SPCallCounter() instance.
Protected method Dispose(Boolean) Overload of the system Dispose method for this [Microsoft.SharePoint.Utilities.SPCallCounter] instance.
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.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SPCallCounter Class

Microsoft.SharePoint.Utilities Namespace