Asynchronously accepts an incoming connection attempt and creates a new BluetoothClient to handle remote host communication.
| C# | Visual Basic |
public BluetoothClient EndAcceptBluetoothClient( IAsyncResult asyncResult )
Public Function EndAcceptBluetoothClient ( _ asyncResult As IAsyncResult _ ) As BluetoothClient
- asyncResult (IAsyncResult)
- An IAsyncResult returned by a call to the BeginAcceptBluetoothClient(AsyncCallback, Object) method.