public Task<BluetoothDeviceInfo> PickSingleDeviceAsync()
Public Function PickSingleDeviceAsync As Task(Of BluetoothDeviceInfo)
public:
Task<BluetoothDeviceInfo^>^ PickSingleDeviceAsync()
member PickSingleDeviceAsync : unit -> Task<BluetoothDeviceInfo>
[Missing <returns> documentation for "M:InTheHand.Net.Bluetooth.BluetoothDevicePicker.PickSingleDeviceAsync"]