ISessionExplorer.RemoveApplicationNode(Session, IHostedApplication) 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 single application node from the session explorer.
public:
void RemoveApplicationNode(Microsoft::Uii::Csr::Session ^ session, Microsoft::Uii::Csr::IHostedApplication ^ app);
public void RemoveApplicationNode (Microsoft.Uii.Csr.Session session, Microsoft.Uii.Csr.IHostedApplication app);
abstract member RemoveApplicationNode : Microsoft.Uii.Csr.Session * Microsoft.Uii.Csr.IHostedApplication -> unit
Public Sub RemoveApplicationNode (session As Session, app As IHostedApplication)
Parameters
- session
- Session
Specifies the current active session
Specifies the application to remove.
Remarks
If the application is global then will remove for all session, else will remove only for the active session passed in.