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

Returns true if the writer lock is held.

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

Property Value

True if the writer lock is held, false otherwise.

Remarks

To be supplied

See Also

ReaderWriterLock Class | ReaderWriterLock Members | System.Threading Namespace