DevicePortal.InstallAppAsync(String, DeviceInfo, Boolean) Method

Definition

Installs the target application on the target device.

public static System.Threading.Tasks.Task<bool> InstallAppAsync (string appFullPath, Microsoft.MixedReality.Toolkit.WindowsDevicePortal.DeviceInfo targetDevice, bool waitForDone = true);
static member InstallAppAsync : string * Microsoft.MixedReality.Toolkit.WindowsDevicePortal.DeviceInfo * bool -> System.Threading.Tasks.Task<bool>
Public Shared Function InstallAppAsync (appFullPath As String, targetDevice As DeviceInfo, Optional waitForDone As Boolean = true) As Task(Of Boolean)

Parameters

appFullPath
String
targetDevice
DeviceInfo
waitForDone
Boolean

Should the thread wait until installation is complete?

Returns

Task<Boolean>

True, if Installation was a success.

Applies to