Click or drag to resize

ILockManagerCreateLock Method (Type)

Creates a lock for the category defined by the type.

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

Parameters

typeCategory
Type: SystemType
The type category.

Return Value

Type: ILockable

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

See Also