Click or drag to resize

DefaultReaderWriterLockManager Constructor

Initializes a new instance of the DefaultReaderWriterLockManager class

Namespace:  com.espertech.esper.compat.threading.locks
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public DefaultReaderWriterLockManager(
	Func defaultLockFactory
)

Parameters

defaultLockFactory
Type: SystemFuncT, TResult

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

See Also