SessionStateStoreProviderBase Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| 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 |
Overloaded.
Determines whether two Object instances are equal.
(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.
|
| ReferenceEquals |
Determines whether the specified Object instances are the same instance.
(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)
|
| Name | Description | |
|---|---|---|
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(inherited from
Object)
|
| MemberwiseClone |
Creates a shallow copy of the current Object.
(inherited from
Object)
|
Reference
SessionStateStoreProviderBase ClassSystem.Web.SessionState Namespace
Other Resources
ASP.NET Session StateCommunity Additions
ADD
Show: