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