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

Releases writer lock. Removes the thread as a writer if not a nested call to release the lock.

[Visual Basic]
Public Sub ReleaseWriterLock()
[C#]
public void ReleaseWriterLock();
[C++]
public: void ReleaseWriterLock();
[JScript]
public function ReleaseWriterLock();

Return Value

To be supplied

Remarks

To be supplied

See Also

ReaderWriterLock Class | ReaderWriterLock Members | System.Threading Namespace