Skip to content

Microsoft FactoryOrchestrator Client FactoryOrchestratorClient RunApp(string)

Microsoft.FactoryOrchestrator.Client

Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient

FactoryOrchestratorClient.RunApp(string) Method

Asynchronously Runs a UWP app outside of a Task/TaskList. Requires Windows Device Portal.

public System.Threading.Tasks.Task<Microsoft.FactoryOrchestrator.Core.TaskRun> RunApp(string aumid);

Parameters

aumid System.String
The Application User Model ID (AUMID) of the app to run.

Returns

System.Threading.Tasks.Task<Microsoft.FactoryOrchestrator.Core.TaskRun>