HostedAppLauncher.LaunchNonIsolatedHostedApp 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.
Overloads
LaunchNonIsolatedHostedApp(ApplicationRecord) |
Obsolete.
Creates the application non-isolated, i.e., the application runs in the default domain of Agent Desktop. |
LaunchNonIsolatedHostedApp(ApplicationRecord, WorkItem) |
Creates the application non-isolated, i.e., the application runs in the default domain of Agent Desktop. |
LaunchNonIsolatedHostedApp(ApplicationRecord)
Caution
This method has been deprecated, use LaunchNonIsolatedHostedApp(ApplicationRecord, WorkItem)
Creates the application non-isolated, i.e., the application runs in the default domain of Agent Desktop.
public:
Microsoft::Uii::Csr::IHostedApplication ^ LaunchNonIsolatedHostedApp(Microsoft::Uii::Common::Entities::ApplicationRecord ^ app);
[System.Obsolete("This method has been deprecated, use LaunchNonIsolatedHostedApp(ApplicationRecord, WorkItem)")]
public Microsoft.Uii.Csr.IHostedApplication LaunchNonIsolatedHostedApp (Microsoft.Uii.Common.Entities.ApplicationRecord app);
[<System.Obsolete("This method has been deprecated, use LaunchNonIsolatedHostedApp(ApplicationRecord, WorkItem)")>]
member this.LaunchNonIsolatedHostedApp : Microsoft.Uii.Common.Entities.ApplicationRecord -> Microsoft.Uii.Csr.IHostedApplication
Public Function LaunchNonIsolatedHostedApp (app As ApplicationRecord) As IHostedApplication
Parameters
Application record.
Returns
Hosted application created.
- Attributes
Applies to
LaunchNonIsolatedHostedApp(ApplicationRecord, WorkItem)
Creates the application non-isolated, i.e., the application runs in the default domain of Agent Desktop.
public:
Microsoft::Uii::Csr::IHostedApplication ^ LaunchNonIsolatedHostedApp(Microsoft::Uii::Common::Entities::ApplicationRecord ^ app, Microsoft::Practices::CompositeUI::WorkItem ^ workItem);
public Microsoft.Uii.Csr.IHostedApplication LaunchNonIsolatedHostedApp (Microsoft.Uii.Common.Entities.ApplicationRecord app, Microsoft.Practices.CompositeUI.WorkItem workItem);
member this.LaunchNonIsolatedHostedApp : Microsoft.Uii.Common.Entities.ApplicationRecord * Microsoft.Practices.CompositeUI.WorkItem -> Microsoft.Uii.Csr.IHostedApplication
Public Function LaunchNonIsolatedHostedApp (app As ApplicationRecord, workItem As WorkItem) As IHostedApplication
Parameters
Application record.
- workItem
- WorkItem
ApplicationHost workItem
Returns
Hosted application created.