SessionReference<T>
Wisej.Web.SessionReference<T>
Last updated
Wisej.Web.SessionReference<T>
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Keeps a WeakReference to an singleton instance of T stored in the current Application. Since 3.2.7
Use GetInstance to retrieve the session-singleton instance of your object of type T .
Name | Description |
---|---|
T | Type of the session-singleton object. |
Initializes a new instance of SessionReference.
String: Id of the session holding the SessionReference.
WeakReference<T>: Singleton instance of T .