[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)
Disposable object that acquires a write 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 WriterLock _ Implements IDisposable |
C# |
---|
public class WriterLock : IDisposable |
Visual C++ |
---|
public ref class WriterLock : IDisposable |