RemoteLauncher RemoteLauncher RemoteLauncher RemoteLauncher Class

Definition

Starts the default app associated with the specified URI on a remote device.

public : static class RemoteLauncherpublic static class RemoteLauncherPublic Static Class RemoteLauncher// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Methods

LaunchUriAsync(RemoteSystemConnectionRequest, Uri) LaunchUriAsync(RemoteSystemConnectionRequest, Uri) LaunchUriAsync(RemoteSystemConnectionRequest, Uri) LaunchUriAsync(RemoteSystemConnectionRequest, Uri)

Starts the default app associated with the URI scheme name for the specified URI on a remote device.

public : static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, Uri uri)public static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, Uri uri)Public Static Function LaunchUriAsync(remoteSystemConnectionRequest As RemoteSystemConnectionRequest, uri As Uri) As IAsyncOperation( Of RemoteLaunchUriStatus )// You can use this method in JavaScript.
Parameters
remoteSystemConnectionRequest
RemoteSystemConnectionRequest RemoteSystemConnectionRequest RemoteSystemConnectionRequest RemoteSystemConnectionRequest

Specifies the remote system (device) to connect to.

uri
Uri Uri Uri Uri

The URI scheme.

Returns
See Also

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions) LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions) LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions) LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions)

Starts the default app associated with the URI scheme name for the specified URI on a remote device, using the specified options.

public : static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, Uri uri, RemoteLauncherOptions options)public static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, Uri uri, RemoteLauncherOptions options)Public Static Function LaunchUriAsync(remoteSystemConnectionRequest As RemoteSystemConnectionRequest, uri As Uri, options As RemoteLauncherOptions) As IAsyncOperation( Of RemoteLaunchUriStatus )// You can use this method in JavaScript.
Parameters
remoteSystemConnectionRequest
RemoteSystemConnectionRequest RemoteSystemConnectionRequest RemoteSystemConnectionRequest RemoteSystemConnectionRequest

Specifies the remote system (device) to connect to.

uri
Uri Uri Uri Uri

The Uri scheme.

Returns
See Also

LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet) LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet) LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet) LaunchUriAsync(RemoteSystemConnectionRequest, Uri, RemoteLauncherOptions, ValueSet)

Starts the default app associated with the URI scheme name for the specified URI on a remote device, using the specified options and input data.

public : static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, Uri uri, RemoteLauncherOptions options, ValueSet inputData)public static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, Uri uri, RemoteLauncherOptions options, ValueSet inputData)Public Static Function LaunchUriAsync(remoteSystemConnectionRequest As RemoteSystemConnectionRequest, uri As Uri, options As RemoteLauncherOptions, inputData As ValueSet) As IAsyncOperation( Of RemoteLaunchUriStatus )// You can use this method in JavaScript.
Parameters
remoteSystemConnectionRequest
RemoteSystemConnectionRequest RemoteSystemConnectionRequest RemoteSystemConnectionRequest RemoteSystemConnectionRequest

Specifies the remote system (device) to connect to.

uri
Uri Uri Uri Uri

The Uri scheme.

inputData
ValueSet ValueSet ValueSet ValueSet

The input data for the app.

Returns
See Also