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

Operation already in progress.

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

Remarks

An operation was attempted on a non-blocking socket with an operation already in process, such as calling Connect a second time on a non-blocking socket that is already connecting or canceling an asynchronous request that has already completed or been canceled.

See Also

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