Click or drag to resize

IReaderWriterLock Methods

The IReaderWriterLock type exposes the following members.

Methods
  NameDescription
Public methodAcquireReadLock
Acquires the read lock; the lock is released when the disposable object that was returned is disposed.
Public methodAcquireWriteLock
Acquires the write lock; the lock is released when the disposable object that was returned is disposed.
Public methodAcquireWriteLock(TimeSpan)
Public methodReleaseWriteLock
Releases the write lock, canceling the lock semantics managed by any current holder.
Top
See Also