Ends an asynchronous Service Record lookup query.
| C# | Visual Basic |
public BluetoothDeviceInfo[] EndDiscoverDevices( IAsyncResult asyncResult )
Public Function EndDiscoverDevices ( _ asyncResult As IAsyncResult _ ) As BluetoothDeviceInfo()
- asyncResult (IAsyncResult)
- An IAsyncResult returned by BeginDiscoverDevices(Int32, Boolean, Boolean, Boolean, Boolean, AsyncCallback, Object).