Asynchronously accepts an incoming connection attempt.
| C# | Visual Basic |
public void EndConnect( IAsyncResult asyncResult )
Public Sub EndConnect ( _ asyncResult As IAsyncResult _ )
- asyncResult (IAsyncResult)
- An IAsyncResult object returned by a call to [M:BeginConnect(InTheHand.Net.Sockets.BluetoothEndPoint,System.AsyncCallback,System.Object)] / [M:BeginConnect(InTheHand.Net.Sockets.BluetoothAddress,System.Guid,System.AsyncCallback,System.Object)].