In The Hand - .NET Components for Mobility
BeginAcceptSocket Method (callback, state)
NamespacesInTheHand.Net.SocketsIrDAListenerBeginAcceptSocket(AsyncCallback, Object)
Begins an asynchronous operation to accept an incoming connection attempt.
Declaration Syntax
C#Visual Basic
public IAsyncResult BeginAcceptSocket(
	AsyncCallback callback,
	Object state
)
Public Function BeginAcceptSocket ( _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
Parameters
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.
Return Value
An IAsyncResult that references the asynchronous creation of the Socket.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe Socket has been closed.

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 2.2.0.0