![]() | ServerChannelHandleStop Method |
Namespace: OBCOM.NetSwitchLib.Servers
Exception | Condition |
---|---|
ArgumentNullException | reason is null. |
A stop message is sent just before the communication channel is closed. After processing this message, the execute method unblocks and returns to it's caller. This usually results in the end of the execution of this server.
This method is meant to be overridden by classes that extend ServerChannel. This default implementation does nothing.