DevicePortal.InstallAppAsync(String, DeviceInfo, Boolean) 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.
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
True, if Installation was a success.