image\cslogo3d1.gif

ASP Application Object Lock Method

The Lock method blocks other clients from modifying variables stored in the Application object, ensuring that only one client at a time can alter or access the application variables. If you do not call the Unlock method explicitly, the server unlocks the locked Application object when the script ends or times out.

Syntax: ASP Application Object Lock Method

Application.Lock

Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.