Click or drag to resize

DefaultReaderWriterLockManagerRegisterCategoryLockT Method (Func)

[Missing <summary> documentation for "M:com.espertech.esper.compat.threading.locks.DefaultReaderWriterLockManager.RegisterCategoryLock``1(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<T>(
	Func lockFactory
)

Parameters

lockFactory
Type: SystemFuncT, TResult

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

Type Parameters

T

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

Implements

IReaderWriterLockManagerRegisterCategoryLockT(FuncT, TResult)
See Also