ASP.NET(vb.net) Application.UnLock() - Application Object - Application.UnLock() : The Unlock method enables other clients to modify the variables stored in the Application object after it has been locked using the Application.Lock method. If you do not call this method explicitly, the Web server unlocks the Application Object when the .asp file ends or times out.
ShotDev Focus:
- ASP.NET(vb.net) Application.UnLock() - Application Object
Go to : ASP.NET(vb.net) Application.UnLock() - Global.asax
.
.
.