DataCacheSessionStoreProvider.ReleaseItemExclusive Method (HttpContext, String, Object)
Releases a lock on the session data in the cache.
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
Public Overrides Sub ReleaseItemExclusive ( context As HttpContext, id As String, lockId As Object )
Parameters
- context
-
Type:
System.Web.HttpContext
The HttpContext of the current request.
- id
-
Type:
System.String
The session identifier of the current request.
- lockId
-
Type:
System.Object
The lock identifier of the current request.
For more information, see the documentation for the base class SessionStateStoreProviderBase.
Show: