SessionStateItemExpireCallback Delegate
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the method that handles the End event of a session-state module.
public delegate void SessionStateItemExpireCallback(System::String ^ id, SessionStateStoreData ^ item);
public delegate void SessionStateItemExpireCallback(string id, SessionStateStoreData item);
type SessionStateItemExpireCallback = delegate of string * SessionStateStoreData -> unit
Public Delegate Sub SessionStateItemExpireCallback(id As String, item As SessionStateStoreData)
A SessionStateStoreData object containing the session-state data for the session that is ending.
The SessionStateItemExpireCallback delegate is used to enable a SessionStateStoreProviderBase implementation to call the Session_OnEnd
event from the Global.asax file.
For more information, see the remarks provided for the SetItemExpireCallback method.
Get |
Gets an object that represents the method represented by the specified delegate. |
Продукт | Версии |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка: