Click or drag to resize

TelemetryReaderWriterLock Class

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

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

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

The TelemetryReaderWriterLock type exposes the following members.

Constructors
  NameDescription
Public methodTelemetryReaderWriterLock
Initializes a new instance of the TelemetryReaderWriterLock 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
Events
  NameDescription
Public eventReadLockReleased
Occurs when the lock is released.
Public eventWriteLockReleased
Occurs when the lock is released.
Top
See Also