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

Too many processes.

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

Remarks

A socket implementation may have a limit o the number of applications that can use it simultaneously. This error is returned when that limit is reached.

See Also

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