SPExecutionTimeCounter Members

Include Protected Members
Include Inherited Members

Represents a monitor that tracks execution time for an operation.

The SPExecutionTimeCounter type exposes the following members.

Constructors

  Name Description
Public method SPExecutionTimeCounter() Initializes a new counter that simply measures the execution time of the scope.
Public method SPExecutionTimeCounter(UInt32) Initializes a new counter that measures the execution time of the scope and logs if the value exceeds the specified limit.

Top

Properties

  Name Description
Public property Description
Public property ElapsedTime Gets the time it took the operation to complete.
Public property EndTime
Public property MaximumValue
Public property Name
Public property StartTime
Public property Value
Public property ValueIsExcessive

Top

Methods

  Name Description
Public method Dispose
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 RenderValueForLog
Public method RenderValueForWeb
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SPExecutionTimeCounter Class

Microsoft.SharePoint.Utilities Namespace