Click or drag to resize

StandardReaderWriterLock Class

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

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

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

The StandardReaderWriterLock type exposes the following members.

Constructors
  NameDescription
Public methodStandardReaderWriterLock
Initializes a new instance of the StandardReaderWriterLock class.
Top
Properties
  NameDescription
Public propertyIsWriterLockHeld
Public propertyReadLock
Gets the read-side lockable
Public propertyWriteLock
Gets the write-side lockable
Top
Methods
See Also