![]() | IReaderWriterLock Methods |
The IReaderWriterLock type exposes the following members.
Name | Description | |
---|---|---|
![]() | AcquireReadLock |
Acquires the read lock; the lock is released when the disposable
object that was returned is disposed.
|
![]() | AcquireWriteLock |
Acquires the write lock; the lock is released when the disposable
object that was returned is disposed.
|
![]() | AcquireWriteLock(TimeSpan) | |
![]() | ReleaseWriteLock |
Releases the write lock, canceling the lock semantics managed by any current holder.
|