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