Click or drag to resize

ServerChannelProcessHalt Method

Called when a Halt message is received from OBCOM NetServer.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public virtual void ProcessHalt()
Remarks

A Halt message is sent just before OBCOM NetServer closes the communication channel. After processing this message, the Execute(String, String) method unblocks and returns to it's caller. This usually results in the end of the execution of the server.

This method is meant to be overriden by classes that extend ServerChannel. This default implementation does nothing.

See Also