NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ReaderWriterLock Properties

The properties of the ReaderWriterLock class are listed below. For a complete list of ReaderWriterLock class members, see the ReaderWriterLock Members topic.

Public:

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.

See Also

ReaderWriterLock Class | System.Threading Namespace