SessionStateStoreProviderBase Methods

(see also Protected Methods )
  Name Description
Public method CreateNewStoreData
Creates a new SessionStateStoreData object to be used for the current request.
Public method CreateUninitializedItem
Adds a new session-state item to the data store.
Public method Dispose
Releases all resources used by the SessionStateStoreProviderBase implementation.
Public method EndRequest
Called by the SessionStateModule object at the end of a request.
Public method Equals  Overloaded.
Determines whether two Object instances are equal.
(inherited from Object)
Public method GetHashCode 
Serves as a hash function for a particular type.
(inherited from Object)
Public method GetItem
Returns read-only session-state data from the session data store.
Public method GetItemExclusive
Returns read-only session-state data from the session data store.
Public method GetType 
Gets the Type of the current instance.
(inherited from Object)
Public method Initialize 
Initializes the provider.
(inherited from ProviderBase)
Public method InitializeRequest
Called by the SessionStateModule object for per-request initialization.
Public method Static ReferenceEquals 
Determines whether the specified Object instances are the same instance.
(inherited from Object)
Public method ReleaseItemExclusive
Releases a lock on an item in the session data store.
Public method RemoveItem
Deletes item data from the session data store.
Public method ResetItemTimeout
Updates the expiration date and time of an item in the session data store.
Public method 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.
Public method SetItemExpireCallback
Sets a reference to the SessionStateItemExpireCallback delegate for the Session_OnEnd event defined in the Global.asax file.
Public method ToString 
Returns a String that represents the current Object.
(inherited from Object)
Top

  Name Description
Protected method 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)
Protected method MemberwiseClone 
Creates a shallow copy of the current Object.
(inherited from Object)
Top

Community Additions

ADD
Show: