Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Deletes item data from the session data store.

Namespace:  Tangosol.Web
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public override void RemoveItem(
	HttpContext context,
	string id,
	Object lockId,
	SessionStateStoreData item
)

Parameters

context
Type: System.Web..::.HttpContext
The Web.HttpContext for the current request.
id
Type: System..::.String
The HTTP session identifier for the current request.
lockId
Type: System..::.Object
The lock identifier for the current request.
item
Type: System.Web.SessionState..::.SessionStateStoreData
The Web.SessionState.SessionStateStoreData that represents the item to delete from the data store.

See Also