Click or drag to resize

TelemetryLockOnLockReleased Method

Raises the [E:LockReleased] event.

Namespace:  com.espertech.esper.compat.threading.locks
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
protected void OnLockReleased(
	TelemetryEventArgs e
)

Parameters

e
Type: com.espertech.esper.compat.threading.locksTelemetryEventArgs
The TelemetryEventArgs instance containing the event data.
See Also