HostedWpfControl.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.
Activates or deactivates the session. 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
if activating a session, otherwise false.
- sessionID
- Guid
Specifies the ID of the affected session.