IrDAListenerBeginAcceptIrDAClient Method
Begins an asynchronous operation to accept an incoming connection attempt.
Namespace: InTheHand.Net.SocketsAssembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public IAsyncResult BeginAcceptIrDAClient(
AsyncCallback callback,
Object state
)
Public Function BeginAcceptIrDAClient (
callback As AsyncCallback,
state As Object
) As IAsyncResult
public:
IAsyncResult^ BeginAcceptIrDAClient(
AsyncCallback^ callback,
Object^ state
)
member BeginAcceptIrDAClient :
callback : AsyncCallback *
state : Object -> IAsyncResult
- callback AsyncCallback
- An AsyncCallback delegate that references the method to invoke when the operation is complete.
- state Object
- A user-defined object containing information about the accept operation.
This object is passed to the callback delegate when the operation is complete.
IAsyncResultAn
IAsyncResult that represents the
asynchronous accept, which could still be pending.