Share via


ApplicationHost.SessionChange(Boolean, Guid) Method

Definition

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.

Applies to