Sessions.SetActiveSession(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.
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.