Поделиться через


HostedAppFactory.LaunchAppProcess Method

Spawns a new process for loading the Isolation application Level 2.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim appKey As String
Dim appRecord As ApplicationRecord
Dim listenerUrl As String
Dim returnValue As Process

returnValue = HostedAppFactory.LaunchAppProcess(appKey, appRecord, listenerUrl)

Syntax

'Declaration
Protected Shared Function LaunchAppProcess ( _
    appKey As String, _
    appRecord As ApplicationRecord, _
    listenerUrl As String _
) As Process
protected static Process LaunchAppProcess (
    string appKey,
    ApplicationRecord appRecord,
    string listenerUrl
)
protected:
static Process^ LaunchAppProcess (
    String^ appKey, 
    ApplicationRecord^ appRecord, 
    String^ listenerUrl
)
protected static Process LaunchAppProcess (
    String appKey, 
    ApplicationRecord appRecord, 
    String listenerUrl
)
protected static function LaunchAppProcess (
    appKey : String, 
    appRecord : ApplicationRecord, 
    listenerUrl : String
) : Process

Parameters

  • appKey
    A unique identifier for the application.
  • appRecord
    Application Record having application details.
  • listenerUrl
    Registration Listener URL for registering the hosted application.

Return Value

Returns Process

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

HostedAppFactory Class
HostedAppFactory Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.