IrDAListenerEndAcceptIrDAClient Method
Asynchronously accepts an incoming connection attempt and creates a new
IrDAClient to handle remote host communication.
Namespace: InTheHand.Net.SocketsAssembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public IrDAClient EndAcceptIrDAClient(
IAsyncResult asyncResult
)
Public Function EndAcceptIrDAClient (
asyncResult As IAsyncResult
) As IrDAClient
public:
IrDAClient^ EndAcceptIrDAClient(
IAsyncResult^ asyncResult
)
member EndAcceptIrDAClient :
asyncResult : IAsyncResult -> IrDAClient
- asyncResult IAsyncResult
- An IAsyncResult returned by a call to the BeginAcceptIrDAClient(AsyncCallback, Object) method.
IrDAClientAn
IrDAClient.