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.
file: /Techref/language/asp/obj/introbj_4.htm, 1KB, , updated: 1996/11/21 18:01, local time: 2024/11/14 14:44,
3.129.63.242:LOG IN
|
©2024 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://massmind.ecomorder.com/techref/language/asp/obj/introbj_4.htm"> Unlock</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.