[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Disposable object that acquires a read lock and disposes of the lock when it goes out of scope.

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class ReaderLock _
	Implements IDisposable
C#
public class ReaderLock : IDisposable
Visual C++
public ref class ReaderLock : IDisposable

Inheritance Hierarchy

System.Object
  net.esper.compat.ReaderLock