Click or drag to resize

CoherenceSessionStoreSetItemExpireCallback Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Configure the Web.SessionState.SessionStateItemExpireCallback delegate for the Session_OnEnd event defined in the Global.asax file.

Namespace:  Tangosol.Web
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public override bool SetItemExpireCallback(
	SessionStateItemExpireCallback expireCallback
)

Parameters

expireCallback
Type: System.Web.SessionStateSessionStateItemExpireCallback
The Web.SessionState.SessionStateItemExpireCallback delegate for the Session_OnEnd event defined in the Global.asax file.

Return Value

Type: Boolean
true if the session-state store provider supports calling the Session_OnEnd event; otherwise, false.
See Also