ServerChannelProcessMulticast Method |
Namespace: OBCOM.NetClient
Multicast messages are generated by other servers when particular event occurs (e.g., the price of a stock has reached a certain limit). In order to receive these messages, they must be enabled using the EnableMulticast(String) method.
This method is meant to be overriden by classes that extend ServerChannel. This default implementation executes the DisableMulticast(String) method to disable the reception of all unsolicited messages by this server.