The properties of the ReaderWriterLock class are listed below. For a complete list of ReaderWriterLock class members, see the ReaderWriterLock Members topic.
IsReaderLockHeld | Returns true if the reader lock is held. |
IsWriterLockHeld | Returns true if the writer lock is held. |
WriterSeqNum | Returns the current sequence number. The caller should be a reader or writer for getting meaningful results. |