This documentation is archived and is not being maintained.
SessionStateStoreProviderBase Methods
Visual Studio 2010
The SessionStateStoreProviderBase type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateNewStoreData | Creates a new SessionStateStoreData object to be used for the current request. |
|
CreateUninitializedItem | Adds a new session-state item to the data store. |
|
Dispose | Releases all resources used by the SessionStateStoreProviderBase implementation. |
|
EndRequest | 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 a hash function for a particular type. (Inherited from Object.) |
|
GetItem | Returns read-only session-state data from the session data store. |
|
GetItemExclusive | Returns read-only session-state data from the session data store. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Initialize | Initializes the provider. (Inherited from ProviderBase.) |
|
InitializeRequest | Called by the SessionStateModule object for per-request initialization. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ReleaseItemExclusive | Releases a lock on an item in the session data store. |
|
RemoveItem | Deletes item data from the session data store. |
|
ResetItemTimeout | Updates the expiration date and time of an item in the session data store. |
|
SetAndReleaseItemExclusive | 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 | 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.) |
Show: