 | DefaultLockManagerDefaultLockFactory Property |
Gets or sets the default lock factory.
Namespace:
com.espertech.esper.compat.threading.locks
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic Func DefaultLockFactory { get; set; }
Property Value
Type:
FuncT, TResultThe default lock factory.
See Also