Freigeben über


ISessionController.SessionChange(Boolean, Guid) Method

Definition

Called whenever the session is changed. Only global applications receive this since 'local' applications don't need to know if their session is shown or not.

public:
 void SessionChange(bool activate, Guid sessionId);
public void SessionChange(bool activate, Guid sessionId);
abstract member SessionChange : bool * Guid -> unit
Public Sub SessionChange (activate As Boolean, sessionId As Guid)

Parameters

activate
Boolean

true if the session is becoming active, false if another session is becoming active.

sessionId
Guid

ID of the session being affected

Remarks

Already exists in IHostedApplication but is here to cover all the variations.

Applies to