[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)
Returns to lock to use for making changes to the filter callback
or inzides collections stored by this node.
Namespace: net.esper.filter
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property NodeRWLock As ReaderWriterLock |
C# |
---|
public ReaderWriterLock NodeRWLock { get; } |
Visual C++ |
---|
public: property ReaderWriterLock^ NodeRWLock { ReaderWriterLock^ get (); } |