Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Sets a reference to the SessionStateItemExpireCallback delegate for the Session_OnEnd event defined in the Global.asax file.

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 bool SetItemExpireCallback(
	SessionStateItemExpireCallback expireCallback
)
Visual Basic (Declaration)
Public Overrides Function SetItemExpireCallback ( _
	expireCallback As SessionStateItemExpireCallback _
) As Boolean
Visual C++
public:
virtual bool SetItemExpireCallback(
	SessionStateItemExpireCallback^ expireCallback
) override

Parameters

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

Return Value

true if the session-state store provider supports calling the Session_OnEnd event; otherwise, false.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Provider.Session.IndexusProviderBase.SetItemExpireCallback(System.Web.SessionState.SessionStateItemExpireCallback)"]

See Also