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.WSAEINPROGRESS

Operation now in progress.

[Visual Basic]
Public Const WSAEINPROGRESS As Integer
[C#]
public const int WSAEINPROGRESS;
[C++]
public: const int WSAEINPROGRESS;
[JScript]
public var WSAEINPROGRESS : int;

Remarks

A blocking call is being processed, or the service provider is still processing a callback function. Only one blocking call can be made at any time.

See Also

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