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

Restores the lock status of the thread to the one it was in when it called UpgradeToWriterLock.

[Visual Basic]
Public Sub DowngradeFromWriterLock( _
   ByRef lockCookie As LockCookie _
)
[C#]
public void DowngradeFromWriterLock(
   ref LockCookie lockCookie
);
[C++]
public: void DowngradeFromWriterLock(
   LockCookie** lockCookie
);
[JScript]
public function DowngradeFromWriterLock(
   lockCookie : LockCookie
);

Parameters

lockCookie
Lock cookie

Return Value

To be supplied

Remarks

To be supplied

See Also

ReaderWriterLock Class | ReaderWriterLock Members | System.Threading Namespace