HostedWebApplication.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
public:
override void SessionChange(bool activate, Guid sessionID);
public override void SessionChange (bool activate, Guid sessionID);
override this.SessionChange : bool * Guid -> unit
Public Overrides Sub SessionChange (activate As Boolean, sessionID As Guid)
Parameters
- activate
- Boolean
true for session being activated
- sessionID
- Guid
ID of the affected session.