Click or drag to resize

VoidReaderWriterLock Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.threading.locks.VoidReaderWriterLock"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.threading.locksVoidReaderWriterLock

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

The VoidReaderWriterLock type exposes the following members.

Constructors
  NameDescription
Public methodVoidReaderWriterLock
Initializes a new instance of the VoidReaderWriterLock class.
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
See Also