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.IsReaderLockHeld

Returns true if the reader lock is held.

[Visual Basic]
Public ReadOnly Property IsReaderLockHeld As Boolean
[C#]
public bool IsReaderLockHeld {get;}
[C++]
public: __property bool get_IsReaderLockHeld();
[JScript]
public function get IsReaderLockHeld() : Boolean;

Property Value

True if the reader lock is held, false otherwise.

Remarks

To be supplied

See Also

ReaderWriterLock Class | ReaderWriterLock Members | System.Threading Namespace