Edit

Share via


RemoteDevicePicker.PickDeviceAsync Method

Definition

Initiate Picker UI

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Windows.System.RemoteSystems.RemoteSystem>> PickDeviceAsync ();
member this.PickDeviceAsync : unit -> System.Threading.Tasks.Task<seq<Windows.System.RemoteSystems.RemoteSystem>>
Public Function PickDeviceAsync () As Task(Of IEnumerable(Of RemoteSystem))

Returns

Task<IEnumerable<Windows.System.RemoteSystems.RemoteSystem>>

A Task representing the asynchronous operation.

Applies to