SessionReference<T>
Wisej.Web.SessionReference<T>
Last updated
Was this helpful?
Wisej.Web.SessionReference<T>
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Keeps a to an singleton instance of T stored in the current . Since 3.2.7
Use to retrieve the session-singleton instance of your object of type T .
T
Type of the session-singleton object.
: Id of the session holding the .
: Singleton instance of T .