AbstractSessionModelManager Methods |
The AbstractSessionModelManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateSessionModel |
Create a new instance of an appropriate
ISessionModel for this model manager.
|
![]() | Deserialize |
Deserialize specified Binary into a ISessionModel.
|
![]() | Equals | (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.) |
![]() | GetExternalAttributes |
Get external attributes.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetObsoleteExternalAttributes |
Get obsolete external attributes.
|
![]() | GetSessionHolder |
Get session holder from the cache.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LoadSession |
Load session from the cache.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReleaseSession |
Releases a lock on the session in a data store.
|
![]() | RemoveSession |
Delete session from the cache.
|
![]() | ResetSessionTimeout |
Reset session timeout.
|
![]() | SaveSession |
Update session items in the cache and release the exclusive lock.
|
![]() | Serialize |
Serialize specified ISessionModel.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |