HostedApplicationAdapter.SessionChange(Boolean, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by UII whenever the session changes. Only happens for global applications.
public:
virtual void SessionChange(bool activate, System::String ^ % stateXml);
public virtual void SessionChange (bool activate, ref string stateXml);
abstract member SessionChange : bool * string -> unit
override this.SessionChange : bool * string -> unit
Public Overridable Sub SessionChange (activate As Boolean, ByRef stateXml As String)
Parameters
- activate
- Boolean
Contains a Boolean value that specifies whether the session is being activated or not.
- stateXml
- String
Contains the state information. This information can be changed.