Get strongly-typed value of the session variable with the given name.
Declaring type: ISessionVariableAdapter
Namespace: Zyan.Communication.SessionMgmt
Assembly: Zyan.Communication
Collapse/Expand Overload List
  Name Description
Public Method Abstract ISessionVariableAdapter.GetSessionVariable<T> (string) Get strongly-typed value of the session variable with the given name.
Public Method Abstract ISessionVariableAdapter.GetSessionVariable<T> (string, T) Get strongly-typed value of the session variable with the given name.