Click or drag to resize

TelemetryLockCategory Constructor

Initializes a new instance of the TelemetryLockCategory class.

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

Parameters

name
Type: SystemString
The name.
See Also