Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Releases a lock on an item in the session data store.

Namespace:  SharedCache.WinServiceCommon.Provider.Session
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public override void ReleaseItemExclusive(
	HttpContext context,
	string id,
	Object lockId
)
Visual Basic (Declaration)
Public Overrides Sub ReleaseItemExclusive ( _
	context As HttpContext, _
	id As String, _
	lockId As Object _
)
Visual C++
public:
virtual void ReleaseItemExclusive(
	HttpContext^ context, 
	String^ id, 
	Object^ lockId
) override

Parameters

context
Type: System.Web..::.HttpContext
The HttpContext for the current request.
id
Type: System..::.String
The session identifier for the current request.
lockId
Type: System..::.Object
The lock identifier for the current request.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Provider.Session.IndexusProviderBase.ReleaseItemExclusive(System.Web.HttpContext,System.String,System.Object)"]

See Also