Skip to content

Microsoft FactoryOrchestrator Client FactoryOrchestratorClient EnableLocalLoopbackForApp(string)

Microsoft.FactoryOrchestrator.Client

Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient

FactoryOrchestratorClient.EnableLocalLoopbackForApp(string) Method

Asynchronously Enables local loopback on the given UWP app. Local loopback is enabled permanently for this app, persisting through reboots.

public System.Threading.Tasks.Task EnableLocalLoopbackForApp(string aumid);

Parameters

aumid System.String
The Application User Model ID (AUMID) of the app to enable local loopback on.

Returns

System.Threading.Tasks.Task