Cronous Emulation Server Daemon

TCPSocketController.remove_socket Method 

Removes a socket from polling.

[Visual Basic]
Shared Public Sub remove_socket( _ 
   ByVal socket As TCPSocketHandler _ 
)
[C#]
public static void remove_socket(
   TCPSocketHandler socket
);
[C++]
public: static void remove_socket(
   TCPSocketHandler* socket
);
[JScript]
public static function remove_socket(
   TCPSocketHandler socket
);

Parameters

socket
The socket to remove.

See Also

TCPSocketController Class | croemud.connection Namespace