ServerChannelExecute Method (String, String, LayoutManager) |
Namespace: OBCOM.NetClient
This method connects to OBCOM NetServer and sends a registration message with the name of this server. It then waits for messages to arrive and dispatches them to the apropiate "ProcessXXXX" methods.
This method returns to its caller when this ServerChannel has been halted by a System Operator, when the ServerLink.Stop method is called, or when an unrecoverable error occurs. To halt this server, a System Operator needs to execute a "halt server" command in an NetServer Console.
The serverName argument is the name of this Server, which must be registered with OBCOM NetServer.
The netserURI argument provides the network address (computer name or IP number) and port of the NetServer as "IP,Port".