Click or drag to resize

DefaultLockManagerCreateLock Method (Func)

[Missing <summary> documentation for "M:com.espertech.esper.compat.threading.locks.DefaultLockManager.CreateLock(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 ILockable CreateLock(
	Func lockFactory
)

Parameters

lockFactory
Type: SystemFuncT, TResult

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

Return Value

Type: ILockable

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

Implements

ILockManagerCreateLock(FuncT, TResult)
See Also