Sessions.SetActiveSession(Guid) Method

Definition

Sets the session whose ID is given to be the active one and updates the UI as needed.

public:
 virtual void SetActiveSession(Guid sessionId);
public virtual void SetActiveSession (Guid sessionId);
abstract member SetActiveSession : Guid -> unit
override this.SetActiveSession : Guid -> unit
Public Overridable Sub SetActiveSession (sessionId As Guid)

Parameters

sessionId
Guid

Specifies the session ID of the session to set active.

Applies to