SessionTabsControl.RemoveSession(Session) 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.
Removes a session from the session explorer tree.
public:
virtual void RemoveSession(Microsoft::Uii::Csr::Session ^ session);
public virtual void RemoveSession (Microsoft.Uii.Csr.Session session);
abstract member RemoveSession : Microsoft.Uii.Csr.Session -> unit
override this.RemoveSession : Microsoft.Uii.Csr.Session -> unit
Public Overridable Sub RemoveSession (session As Session)
Parameters
- session
- Session
Specifies the session to remove.