Releases a lock on an item in the session data store.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public override void ReleaseItemExclusive( HttpContext context, string sessionId, Object lockId )
 Parameters
 Parameters- context (HttpContext)
- The HttpContext for the current request.
- sessionId (String)
- The session identifier for the current request.
- lockId (Object)
- The lock identifier for the current request.