web 2.0

ASP.NET(vb.net) Application.Lock() - Application Object

ASP.NET(vb.net) Application.Lock() - Application Object - Application.Lock() : The Lock method blocks other clients from modifying the 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 Application.Unlock method explicitly, the server unlocks the locked Application object when the .asp file ends or times out.

ShotDev Focus:
- ASP.NET(vb.net) Application.Lock() - Application Object

Go to : ASP.NET(vb.net) Application.Lock() - Global.asax

.
.
.

1 Star2 Stars3 Stars4 Stars5 Stars6 Stars7 Stars8 Stars9 Stars10 Stars (No Ratings Yet)
Loading ... Loading ...

Leave a Reply

You must be logged in to post a comment.