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

A blocking socket call was canceled.

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

Remarks

A blocking operation was interrupted.

See Also

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