Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.11 KB

dialapp_requestlaunchasync_452612891.md

File metadata and controls

29 lines (21 loc) · 1.11 KB
-api-id -api-type -api-device-family-note
M:Windows.Media.DialProtocol.DialApp.RequestLaunchAsync(System.String)
winrt method
xbox

Windows.Media.DialProtocol.DialApp.RequestLaunchAsync

-description

Initiates the launching of the app on the remote device. When this method is called, the DialDevice is paired if necessary, the user is prompted to allow access to the device, connection is established, app existence is validated on the device, and finally the application is launched with the provided argument.

-parameters

-param appArgument

Optional.

-returns

Indicates the result of attempting to launch the app.

-remarks

This method must be called from the UI thread or an exception will be thrown. To dispatch the call to the UI thread from another thread, you can use CoreDispatcher.RunAsync.

-examples

-see-also

DialAppLaunchResult