Overlapped operations will complete later.
[Visual Basic] Public Const WSA_IO_PENDING As Integer [C#] public const int WSA_IO_PENDING; [C++] public: const int WSA_IO_PENDING; [JScript] public var WSA_IO_PENDING : int;
The application has initiated an overlapped operation that cannot be completed immediately. A completion indication will be given later when the operation has been completed.
SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace