A System.Threading.LockCookie value representing the released lock.
ReaderWriterLock.ReleaseLock releases the reader lock or writer lock, regardless of the recursive lock count. To restore the state of the lock, including the lock count, pass the System.Threading.LockCookie to ReaderWriterLock.RestoreLock(LockCookie@).