HostedApplicationAdapter.SessionChange(Boolean, String) Method

Definition

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.

Applies to