 | 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
Syntaxpublic static long LocksAcquired { get; }
Property Value
Type:
Int64The locks acquired.
See Also