HostedControl.SessionChange(Boolean, Guid) 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 for global applications when the session is activated or deactivated Not called for non-global applications.
public:
virtual void SessionChange(bool activate, Guid sessionID);
public virtual void SessionChange (bool activate, Guid sessionID);
abstract member SessionChange : bool * Guid -> unit
override this.SessionChange : bool * Guid -> unit
Public Overridable Sub SessionChange (activate As Boolean, sessionID As Guid)
Parameters
- activate
- Boolean
true for session being activated
- sessionID
- Guid
ID of the affected session.