Begins an asynchronous request for a remote host connection.
The remote host is specified by a BluetoothEndPoint.
| C# | Visual Basic |
public IAsyncResult BeginConnect( BluetoothEndPoint remoteEP, AsyncCallback requestCallback, Object state )
Public Function BeginConnect ( _ remoteEP As BluetoothEndPoint, _ requestCallback As AsyncCallback, _ state As Object _ ) As IAsyncResult
- remoteEP (BluetoothEndPoint)
- A BluetoothEndPoint containing the address and UUID of the remote service.
- requestCallback (AsyncCallback)
- An AsyncCallback delegate that references the method to invoke when the operation is complete.
- state (Object)
- A user-defined object that contains information about the connect operation. This object is passed to the requestCallback delegate when the operation is complete.
[Missing <returns> documentation for "M:InTheHand.Net.Sockets.BluetoothClient.BeginConnect(InTheHand.Net.BluetoothEndPoint,System.AsyncCallback,System.Object)"]