Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



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 the Unlock method is not called explicitly, the server unlocks the locked Application object when the script ends or times out.

In this section:

Syntax: ASP Application Object Lock Method



ContentsPreviousNextIndex