The methods of System.Web.SessionState.SessionStateStoreProviderBase are listed below. For a list of all members, see the SessionStateStoreProviderBase Members list.
See Also: Inherited members from System.Configuration.Provider.ProviderBase
abstractCreateNewStoreData(System.Web.HttpContext, int) : SessionStateStoreData Documentation for this section has not yet been entered. abstractCreateUninitializedItem(System.Web.HttpContext, string, int) Documentation for this section has not yet been entered. abstractDispose() Documentation for this section has not yet been entered. abstractEndRequest(System.Web.HttpContext) Documentation for this section has not yet been entered. abstractGetItem(System.Web.HttpContext, string, out bool, out TimeSpan, out object, out SessionStateActions) : SessionStateStoreData Documentation for this section has not yet been entered. abstractGetItemExclusive(System.Web.HttpContext, string, out bool, out TimeSpan, out object, out SessionStateActions) : SessionStateStoreData Documentation for this section has not yet been entered. abstractInitializeRequest(System.Web.HttpContext) Documentation for this section has not yet been entered. abstractReleaseItemExclusive(System.Web.HttpContext, string, object) Documentation for this section has not yet been entered. abstractRemoveItem(System.Web.HttpContext, string, object, SessionStateStoreData) Documentation for this section has not yet been entered. abstractResetItemTimeout(System.Web.HttpContext, string) Documentation for this section has not yet been entered. abstractSetAndReleaseItemExclusive(System.Web.HttpContext, string, SessionStateStoreData, object, bool) Documentation for this section has not yet been entered. abstractSetItemExpireCallback(SessionStateItemExpireCallback) : bool Documentation for this section has not yet been entered.