Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
SPCallCounter() | Initializes a new instance of the [Microsoft.SharePoint.Utilities.SPCallCounter] class. |
![]() |
SPCallCounter(Int32) | Initializes a new instance of the [Microsoft.SharePoint.Utilities.SPCallCounter] class with a given maximum value. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Description | Description of the call counter including stack trace data. |
![]() |
Name | The call counter name. |
![]() |
Value | The counter value. |
![]() |
ValueIsExcessive | Indicates if elapsed time associated with this counter exceeds the maximum allowed value for this scope. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Dispose() | Overload of the system Dispose method for this SPCallCounter() instance. |
![]() |
Dispose(Boolean) | Overload of the system Dispose method for this [Microsoft.SharePoint.Utilities.SPCallCounter] instance. |
![]() |
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. |
![]() |
ToString | (Inherited from Object.) |
Top