System.Web.SessionState.SessionStateStoreProviderBase Members

The members of System.Web.SessionState.SessionStateStoreProviderBase are listed below.

See Also: Inherited members from System.Configuration.Provider.ProviderBase

Protected Constructors

Public Methods

abstract
CreateNewStoreData(System.Web.HttpContext, int) : SessionStateStoreData

Creates a new System.Web.SessionState.SessionStateStoreData object to be used for the current request.

abstract
CreateUninitializedItem(System.Web.HttpContext, string, int)

Adds a new session-state item to the data store.

abstract
Dispose()

Releases all resources used by the System.Web.SessionState.SessionStateStoreProviderBase implementation.

abstract
EndRequest(System.Web.HttpContext)

Called by the System.Web.SessionState.SessionStateModule object at the end of a request.

abstract
GetItem(System.Web.HttpContext, string, out bool, out TimeSpan, out object, out SessionStateActions) : SessionStateStoreData
Documentation for this section has not yet been entered.
abstract
GetItemExclusive(System.Web.HttpContext, string, out bool, out TimeSpan, out object, out SessionStateActions) : SessionStateStoreData
Documentation for this section has not yet been entered.
abstract
InitializeRequest(System.Web.HttpContext)

Called by the System.Web.SessionState.SessionStateModule object for per-request initialization.

abstract
ReleaseItemExclusive(System.Web.HttpContext, string, object)

Releases a lock on an item in the session data store.

abstract
RemoveItem(System.Web.HttpContext, string, object, SessionStateStoreData)

Deletes item data from the session data store.

abstract
ResetItemTimeout(System.Web.HttpContext, string)

Updates the expiration date and time of an item in the session data store.

abstract
SetAndReleaseItemExclusive(System.Web.HttpContext, string, SessionStateStoreData, object, bool)

Updates the session-item information in the session-state data store with values from the current request, and clears the lock on the data.

abstract
SetItemExpireCallback(SessionStateItemExpireCallback) : bool

Sets a reference to the System.Web.SessionState.SessionStateItemExpireCallback delegate for the Session_OnEnd event defined in the Global.asax file.