Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

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 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.