The Unlock method enables other clients to modify the variables stored in the Application object after it has been locked using the Lock method. If you do not call this method explicitly, the Web server unlocks the Application object when the script ends or times out.
Application.Unlock
<%
Application.Lock
Application("NumVisits") = Application("NumVisits") + 1
Application.Unlock
%> This application page has been visited <%= Application("NumVisits") %> times!
In the preceding example the Unlock method releases the locked object so that the next client can increment NumVisits.
© Microsoft Corporation. All rights reserved.
See also:
| file: /Techref/language/asp/obj/introbj_4.htm, 1KB, , updated: 1996/11/21 18:01, local time: 2012/2/10 08:41,
38.107.179.230:LOG IN |
| ©2012 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/techref/language/asp/obj/introbj_4.htm"> Unlock</A> |
| Did you find what you needed? |
SX MASTERS: Eric Smith and Richard Ottosen's SERVID is an intellegent RS232 video terminal (4x20 character display) in one chip. See the write up here.. |
.