Click or drag to resize

TelemetryLockCategory Class

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

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.threading.locksTelemetryLockCategory

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

The TelemetryLockCategory type exposes the following members.

Constructors
  NameDescription
Public methodTelemetryLockCategory
Initializes a new instance of the TelemetryLockCategory class.
Top
Properties
  NameDescription
Public propertyEvents
Gets the telemetry events.
Public propertyName
Gets or sets the name.
Top
Methods
  NameDescription
Public methodOnLockReleased
Called when a lock is released.
Top
See Also