Click or drag to resize

ThreadMetricsLocksAcquired Property

Gets the # of times locks have been acquired by this thread.

Namespace:  com.espertech.esper.compat.threading
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static long LocksAcquired { get; }

Property Value

Type: Int64
The locks acquired.
See Also