ApplicationHost.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.
Handles changing sessions
public:
virtual void SessionChange(bool active, Guid sessionID);
public virtual void SessionChange (bool active, Guid sessionID);
abstract member SessionChange : bool * Guid -> unit
override this.SessionChange : bool * Guid -> unit
Public Overridable Sub SessionChange (active As Boolean, sessionID As Guid)
Parameters
- active
- Boolean
True
if the event handlers of the current session should be redirected before notifying the applications of the session change, otherwise false
.
- sessionID
- Guid
Specifies the session ID that is changing.