Click or drag to resize

DefaultReaderWriterLockManagerRegisterCategoryLock Method (String, Func)

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

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

Parameters

category
Type: SystemString

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

lockFactory
Type: SystemFuncT, TResult

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

Implements

IReaderWriterLockManagerRegisterCategoryLock(String, FuncT, TResult)
See Also