Begins an asynchronous request for a remote host connection.
The remote host is specified by an endpoint.
| C# | Visual Basic |
public IAsyncResult BeginConnect( IrDAEndPoint remoteEP, AsyncCallback requestCallback, Object state )
Public Function BeginConnect ( _ remoteEP As IrDAEndPoint, _ requestCallback As AsyncCallback, _ state As Object _ ) As IAsyncResult
- remoteEP (IrDAEndPoint)
- An IrDAEndPoint initialised with the address of the peer device and the service name to connect to.
- 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.IrDAClient.BeginConnect(InTheHand.Net.IrDAEndPoint,System.AsyncCallback,System.Object)"]