Share via


HostedWpfControl.SessionChange(Boolean, Guid) Method

Definition

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.

Implements

Applies to