Click or drag to resize

ThreadMetrics Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.threading.ThreadMetrics"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.threadingThreadMetrics

Namespace:  com.espertech.esper.compat.threading
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public sealed class ThreadMetrics

The ThreadMetrics type exposes the following members.

Constructors
  NameDescription
Public methodThreadMetrics
Initializes a new instance of the ThreadMetrics class
Top
Properties
  NameDescription
Public propertyStatic memberLocksAcquired
Gets the # of times locks have been acquired by this thread.
Top
Methods
  NameDescription
Public methodStatic memberIncrement
Increments the # of times locks have been acquired.
Top
See Also