Click or drag to resize

DefaultLockManagerCreateLock Method (String)

Creates a lock for the category.

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

Parameters

category
Type: SystemString
The category.

Return Value

Type: ILockable

[Missing <returns> documentation for "M:com.espertech.esper.compat.threading.locks.DefaultLockManager.CreateLock(System.String)"]

Implements

ILockManagerCreateLock(String)
See Also