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

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

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

Parameters

lockCookie
Lock cookie

Return Value

To be supplied

See Also

ReaderWriterLock Class | ReaderWriterLock Members | System.Threading Namespace