![]() | DummyReaderWriterLock Class |
Namespace: com.espertech.esper.compat.threading.locks
public class DummyReaderWriterLock : IReaderWriterLock
The DummyReaderWriterLock type exposes the following members.
Name | Description | |
---|---|---|
![]() | DummyReaderWriterLock |
Constructs a new instance of a DummyReaderWriterLock
|
Name | Description | |
---|---|---|
![]() | IsWriterLockHeld |
Indicates if the writer lock is held.
|
![]() | ReadLock |
Gets the read-side lockable
|
![]() | WriteLock |
Gets the write-side lockable
|
Name | Description | |
---|---|---|
![]() | AcquireReadLock | |
![]() | AcquireWriteLock | |
![]() | AcquireWriteLock(TimeSpan) | |
![]() | ReleaseWriteLock |
Releases the write lock, canceling the lock semantics managed by any current holder.
|