Asynchronous command execute result.
| C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Get rid of it.")] public enum SocketCallBackResult
<ObsoleteAttribute("Get rid of it.")> _ Public Enumeration SocketCallBackResult
[ObsoleteAttribute(L"Get rid of it.")] public enum class SocketCallBackResult
| Member | Description |
|---|---|
| Ok |
Operation was successfull.
|
| LengthExceeded |
Exceeded maximum allowed size.
|
| SocketClosed |
Connected client closed connection.
|
| Exception |
Exception happened.
|