[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Initializes a new instance of the ReaderLock class.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ lockObj As ReaderWriterLock _ ) |
C# |
---|
public ReaderLock ( ReaderWriterLock lockObj ) |
Visual C++ |
---|
public: ReaderLock ( ReaderWriterLock^ lockObj ) |
Parameters
- lockObj
- System.Threading.ReaderWriterLock
The lock obj.