System.Web.SessionState.SessionStateItemExpireCallback Delegate

Represents the method that handles the SessionStateModule.End event of a session-state module.

Syntax

public delegate void SessionStateItemExpireCallback (string id, SessionStateStoreData item)

Parameters

id
Documentation for this section has not yet been entered.
item
Documentation for this section has not yet been entered.

Remarks

The System.Web.SessionState.SessionStateItemExpireCallback delegate is used to enable a System.Web.SessionState.SessionStateStoreProviderBase implementation to call the Session_OnEnd event from the Global.asax file.

For more information, see the remarks provided for the SessionStateStoreProviderBase.SetItemExpireCallback(SessionStateItemExpireCallback) method.

Requirements

Namespace: System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0