Udostępnij za pośrednictwem


HostedAppLauncher.LaunchNonIsolatedHostedApp Method (ApplicationRecord, WorkItem)

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 workItem As WorkItem
Dim returnValue As IHostedApplication

returnValue = instance.LaunchNonIsolatedHostedApp(app, workItem)

Syntax

'Declaration
Public Function LaunchNonIsolatedHostedApp ( _
    app As ApplicationRecord, _
    workItem As WorkItem _
) As IHostedApplication
public IHostedApplication LaunchNonIsolatedHostedApp (
    ApplicationRecord app,
    WorkItem workItem
)
public:
IHostedApplication^ LaunchNonIsolatedHostedApp (
    ApplicationRecord^ app, 
    WorkItem^ workItem
)
public IHostedApplication LaunchNonIsolatedHostedApp (
    ApplicationRecord app, 
    WorkItem workItem
)
public function LaunchNonIsolatedHostedApp (
    app : ApplicationRecord, 
    workItem : WorkItem
) : IHostedApplication

Parameters

  • app
    Application record.
  • workItem
    ApplicationHost workItem

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.