HostedAppLauncher.LaunchNonIsolatedHostedApp Method (ApplicationRecord)
Creates the application non-isolated, i.e., the application runs in the default domain of Agent Desktop.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedAppLauncher
Dim app As ApplicationRecord
Dim returnValue As IHostedApplication
returnValue = instance.LaunchNonIsolatedHostedApp(app)
Syntax
'Declaration
<ObsoleteAttribute("This method has been deprecated, use LaunchNonIsolatedHostedApp(ApplicationRecord, WorkItem)")> _
Public Function LaunchNonIsolatedHostedApp ( _
app As ApplicationRecord _
) As IHostedApplication
[ObsoleteAttribute("This method has been deprecated, use LaunchNonIsolatedHostedApp(ApplicationRecord, WorkItem)")]
public IHostedApplication LaunchNonIsolatedHostedApp (
ApplicationRecord app
)
[ObsoleteAttribute(L"This method has been deprecated, use LaunchNonIsolatedHostedApp(ApplicationRecord, WorkItem)")]
public:
IHostedApplication^ LaunchNonIsolatedHostedApp (
ApplicationRecord^ app
)
/** @attribute ObsoleteAttribute("This method has been deprecated, use LaunchNonIsolatedHostedApp(ApplicationRecord, WorkItem)") */
public IHostedApplication LaunchNonIsolatedHostedApp (
ApplicationRecord app
)
ObsoleteAttribute("This method has been deprecated, use LaunchNonIsolatedHostedApp(ApplicationRecord, WorkItem)")
public function LaunchNonIsolatedHostedApp (
app : ApplicationRecord
) : IHostedApplication
Parameters
- app
Application record.
Return Value
Hosted application created.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
HostedAppLauncher Class
HostedAppLauncher Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.