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

Releases the lock irrespective of the number of times the thread acquired the lock.

[Visual Basic]
Public Function ReleaseLock() As LockCookie
[C#]
public LockCookie ReleaseLock();
[C++]
public: LockCookie ReleaseLock();
[JScript]
public function ReleaseLock() : LockCookie;

Return Value

To be supplied

Remarks

To be supplied

See Also

ReaderWriterLock Class | ReaderWriterLock Members | System.Threading Namespace