NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SocketErrors.WSA_IO_PENDING

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;

Remarks

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.

See Also

SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace