SessionStateStoreProviderBase Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CreateNewStoreData(HttpContext^, Int32) | Creates a new SessionStateStoreData object to be used for the current request. |
![]() | CreateUninitializedItem(HttpContext^, String^, Int32) | Adds a new session-state item to the data store. |
![]() | Dispose() | Releases all resources used by the SessionStateStoreProviderBase implementation. |
![]() | EndRequest(HttpContext^) | Called by the SessionStateModule object at the end of a request. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetItem(HttpContext^, String^, Boolean%, TimeSpan%, Object^%, SessionStateActions%) | Returns read-only session-state data from the session data store. |
![]() | GetItemExclusive(HttpContext^, String^, Boolean%, TimeSpan%, Object^%, SessionStateActions%) | Returns read-only session-state data from the session data store. |
![]() | GetType() | |
![]() | Initialize(String^, NameValueCollection^) | Initializes the provider.(Inherited from ProviderBase.) |
![]() | InitializeRequest(HttpContext^) | Called by the SessionStateModule object for per-request initialization. |
![]() | MemberwiseClone() | |
![]() | ReleaseItemExclusive(HttpContext^, String^, Object^) | Releases a lock on an item in the session data store. |
![]() | RemoveItem(HttpContext^, String^, Object^, SessionStateStoreData^) | Deletes item data from the session data store. |
![]() | ResetItemTimeout(HttpContext^, String^) | Updates the expiration date and time of an item in the session data store. |
![]() | SetAndReleaseItemExclusive(HttpContext^, String^, SessionStateStoreData^, Object^, Boolean) | Updates the session-item information in the session-state data store with values from the current request, and clears the lock on the data. |
![]() | SetItemExpireCallback(SessionStateItemExpireCallback^) | Sets a reference to the SessionStateItemExpireCallback delegate for the Session_OnEnd event defined in the Global.asax file. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

