[Missing <summary> documentation for "T:LumiSoft.Net.SocketCallBack"]
| C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Get rid of it.")] public delegate void SocketCallBack( SocketCallBackResult result, long count, Exception x, Object tag )
<ObsoleteAttribute("Get rid of it.")> _ Public Delegate Sub SocketCallBack ( _ result As SocketCallBackResult, _ count As Long, _ x As Exception, _ tag As Object _ )
[ObsoleteAttribute(L"Get rid of it.")] public delegate void SocketCallBack( SocketCallBackResult result, long long count, Exception^ x, Object^ tag )