Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpApplicationState::UnLock Method ()

 

Unlocks access to an HttpApplicationState variable to facilitate access synchronization.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
void UnLock()

The HttpApplicationState class performs automatic locking and unlocking with the AllKeys and Count properties and the Add, Clear, Get, GetKey, Remove, RemoveAt and Set methods. However, explicitly using the Lock and UnLock methods when you have a series of operations may be more efficient.

The following example uses the Lock method and UnLock method to prevent other sessions from changing the value of two application variables until after the local session has changed them.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft