Click or drag to resize

DummyReaderWriterLock Class

Uses a standard lock to model a reader-writer ... not for general use
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.threading.locksDummyReaderWriterLock

Namespace:  com.espertech.esper.compat.threading.locks
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class DummyReaderWriterLock : IReaderWriterLock

The DummyReaderWriterLock type exposes the following members.

Constructors
  NameDescription
Public methodDummyReaderWriterLock
Constructs a new instance of a DummyReaderWriterLock
Top
Properties
  NameDescription
Public propertyIsWriterLockHeld
Indicates if the writer lock is held.
Public propertyReadLock
Gets the read-side lockable
Public propertyWriteLock
Gets the write-side lockable
Top
Methods
  NameDescription
Public methodAcquireReadLock
Public methodAcquireWriteLock
Public methodAcquireWriteLock(TimeSpan)
Public methodReleaseWriteLock
Releases the write lock, canceling the lock semantics managed by any current holder.
Top
See Also