Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Updates the session-item information in the session-state data store with values from the current request, and clears the lock on the data.
Namespace:
SharedCache.WinServiceCommon.Provider.SessionAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public override void SetAndReleaseItemExclusive( HttpContext context, string id, SessionStateStoreData item, Object lockId, bool newItem ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Sub SetAndReleaseItemExclusive ( _ context As HttpContext, _ id As String, _ item As SessionStateStoreData, _ lockId As Object, _ newItem As Boolean _ ) |
| Visual C++ |
|---|
public: virtual void SetAndReleaseItemExclusive( HttpContext^ context, String^ id, SessionStateStoreData^ item, Object^ lockId, bool newItem ) override |
Parameters
- context
- Type: System.Web..::.HttpContext
The HttpContext for the current request.
- id
- Type: System..::.String
The session identifier for the current request.
- item
- Type: System.Web.SessionState..::.SessionStateStoreData
The SessionStateStoreData object that contains the current session values to be stored.
- lockId
- Type: System..::.Object
The lock identifier for the current request.
- newItem
- Type: System..::.Boolean
true to identify the session item as a new item; false to identify the session item as an existing item.
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Provider.Session.IndexusProviderBase.SetAndReleaseItemExclusive(System.Web.HttpContext,System.String,System.Web.SessionState.SessionStateStoreData,System.Object,System.Boolean)"]