Click or drag to resize

ILockManagerRegisterCategoryLock Method (Type, Func)

[Missing <summary> documentation for "M:com.espertech.esper.compat.threading.locks.ILockManager.RegisterCategoryLock(System.Type,System.Func`2)"]

Namespace:  com.espertech.esper.compat.threading.locks
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
void RegisterCategoryLock(
	Type typeCategory,
	Func lockFactory
)

Parameters

typeCategory
Type: SystemType

[Missing <param name="typeCategory"/> documentation for "M:com.espertech.esper.compat.threading.locks.ILockManager.RegisterCategoryLock(System.Type,System.Func`2)"]

lockFactory
Type: SystemFuncT, TResult

[Missing <param name="lockFactory"/> documentation for "M:com.espertech.esper.compat.threading.locks.ILockManager.RegisterCategoryLock(System.Type,System.Func`2)"]

See Also