Share via


RemoteLauncher.LaunchUriAsync Method

Definition

Overloads

LaunchUriAsync(RemoteSystemConnectionRequest, Uri)

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

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.

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.

LaunchUriAsync(RemoteSystemConnectionRequest, Uri)

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

[Windows.Foundation.Metadata.Overload("LaunchUriAsync")]
public static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, System.Uri uri);

Parameters

remoteSystemConnectionRequest
RemoteSystemConnectionRequest

Specifies the remote system (device) to connect to.

uri
Uri

The URI scheme.

Returns

The result of the launch attempt.

Attributes

See also

Applies to

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.

[Windows.Foundation.Metadata.Overload("LaunchUriWithOptionsAsync")]
public static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, System.Uri uri, RemoteLauncherOptions options);

Parameters

remoteSystemConnectionRequest
RemoteSystemConnectionRequest

Specifies the remote system (device) to connect to.

uri
Uri

The Uri scheme.

options
RemoteLauncherOptions

The launch options for the app.

Returns

The result of the launch attempt.

Attributes

See also

Applies to

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.

[Windows.Foundation.Metadata.Overload("LaunchUriWithDataAsync")]
public static IAsyncOperation<RemoteLaunchUriStatus> LaunchUriAsync(RemoteSystemConnectionRequest remoteSystemConnectionRequest, System.Uri uri, RemoteLauncherOptions options, ValueSet inputData);

Parameters

remoteSystemConnectionRequest
RemoteSystemConnectionRequest

Specifies the remote system (device) to connect to.

uri
Uri

The Uri scheme.

options
RemoteLauncherOptions

The launch options for the app.

inputData
ValueSet

The input data for the app.

Returns

The result of the launch attempt.

Attributes

See also

Applies to