The members of System.Threading.ReaderWriterLock are listed below.
See Also: Inherited members from System.Runtime.ConstrainedExecution.CriticalFinalizerObject
Initializes a new instance of the System.Threading.ReaderWriterLock class. |
[read-only] | IsReaderLockHeld | bool.
Gets a value indicating whether the current thread holds a reader lock. |
[read-only] | IsWriterLockHeld | bool.
Gets a value indicating whether the current thread holds the writer lock. |
[read-only] | WriterSeqNum | int.
Gets the current sequence number. |
AcquireReaderLock(int)
| ||
AcquireReaderLock(TimeSpan)
| ||
AcquireWriterLock(int)
| ||
AcquireWriterLock(TimeSpan)
| ||
AnyWritersSince(int)
| ||
DowngradeFromWriterLock(ref LockCookie)Documentation for this section has not yet been entered. | ||
Finalize()Documentation for this section has not yet been entered. | ||
ReleaseLock()
| ||
ReleaseReaderLock()
| ||
ReleaseWriterLock()
| ||
RestoreLock(ref LockCookie)Documentation for this section has not yet been entered. | ||
UpgradeToWriterLock(int)
| ||
UpgradeToWriterLock(TimeSpan)
|