SessionStateStoreProviderBase Methods

 

Namespace:   System.Web.SessionState
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodCreateNewStoreData(HttpContext^, Int32)

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

System_CAPS_pubmethodCreateUninitializedItem(HttpContext^, String^, Int32)

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

System_CAPS_pubmethodDispose()

Releases all resources used by the SessionStateStoreProviderBase implementation.

System_CAPS_pubmethodEndRequest(HttpContext^)

Called by the SessionStateModule object at the end of a request.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetItem(HttpContext^, String^, Boolean%, TimeSpan%, Object^%, SessionStateActions%)

Returns read-only session-state data from the session data store.

System_CAPS_pubmethodGetItemExclusive(HttpContext^, String^, Boolean%, TimeSpan%, Object^%, SessionStateActions%)

Returns read-only session-state data from the session data store.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodInitialize(String^, NameValueCollection^)

Initializes the provider.(Inherited from ProviderBase.)

System_CAPS_pubmethodInitializeRequest(HttpContext^)

Called by the SessionStateModule object for per-request initialization.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodReleaseItemExclusive(HttpContext^, String^, Object^)

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

System_CAPS_pubmethodRemoveItem(HttpContext^, String^, Object^, SessionStateStoreData^)

Deletes item data from the session data store.

System_CAPS_pubmethodResetItemTimeout(HttpContext^, String^)

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

System_CAPS_pubmethodSetAndReleaseItemExclusive(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.

System_CAPS_pubmethodSetItemExpireCallback(SessionStateItemExpireCallback^)

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

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: