LockStatistics Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Contains utilities for lock statistics.

The following tables list the members exposed by the LockStatistics type.

Public Properties

  Name Description
MaxTimeForWhichLockWasHeld Gets the maximum time that a lock was held.
MaxTimeSpentWaitingForLock Gets the maximum time that was spent waiting for a lock.
NumberOfTimesLockWasTaken Gets the number of times a lock was taken.
NumberOfTimesThereWasLockContention Gets the number of times when there was a lock contention.
TotalTimeForWhichLockWasHeld Gets the total amount of time that a lock was held.
TotalTimeSpentWaitingForLock Gets the total amount of time spent waiting for a lock.

Top

Public Methods

(see also Protected Methods )

  Name Description
Equals  Overloaded. (inherited from Object )
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
ToString Overridden. Returns lock statistics as a string.

Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )

Top

See Also

Reference

LockStatistics Class
Microsoft.SensorServices.Rfid.Utilities Namespace