Cronous Emulation Server Daemon

TCPServerSocketHandler.process_error Method 

Function called when an error occurs during the polling.

[Visual Basic]
Sub process_error( _ 
   ByVal ss As TCPServerSocket _ 
)
[C#]
void process_error(
   TCPServerSocket ss
);
[C++]
void process_error(
   TCPServerSocket* ss
);
[JScript]
function process_error(
   TCPServerSocket ss
);

Parameters

ss
The server socket.

See Also

TCPServerSocketHandler Interface | croemud.connection Namespace