HostedAppFactory.LaunchAppProcess(String, ApplicationRecord, String) 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.
Spawns a new process for loading the Isolation application Level 2.
protected:
static System::Diagnostics::Process ^ LaunchAppProcess(System::String ^ appKey, Microsoft::Uii::Common::Entities::ApplicationRecord ^ appRecord, System::String ^ listenerUrl);
protected static System.Diagnostics.Process LaunchAppProcess (string appKey, Microsoft.Uii.Common.Entities.ApplicationRecord appRecord, string listenerUrl);
static member LaunchAppProcess : string * Microsoft.Uii.Common.Entities.ApplicationRecord * string -> System.Diagnostics.Process
Protected Shared Function LaunchAppProcess (appKey As String, appRecord As ApplicationRecord, listenerUrl As String) As Process
Parameters
- appKey
- String
A unique identifier for the application.
- appRecord
- ApplicationRecord
Application Record having application details.
- listenerUrl
- String
Registration Listener URL for registering the hosted application.
Returns
Returns Process