CoherenceSessionStoreSetAndReleaseItemExclusive Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Updates the session item information in the session data store
with values from the current request, and clears the lock
on the data.
Namespace:
Tangosol.Web
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic override void SetAndReleaseItemExclusive(
HttpContext context,
string id,
SessionStateStoreData item,
Object lockId,
bool newItem
)
Parameters
- context
- Type: System.WebHttpContext
The Web.HttpContext for the current request.
- id
- Type: SystemString
The HTTP session identifier for the current request.
- item
- Type: System.Web.SessionStateSessionStateStoreData
The Web.SessionState.SessionStateStoreData object that
contains the current HTTP session values to be stored.
- lockId
- Type: SystemObject
The lock identifier for the current request.
- newItem
- Type: SystemBoolean
true to identify the session item as a new item;
false to identify the session item as an existing item.
See Also