ClientSlotDisableMulticast Method |
Namespace: OBCOM.NetClient
Multicast messages are generated by OBCOM NetServers when particular event occurs (e.g., the price of a stock has reached a certain limit). The name argument has the following format:
{HostName.}MulticastName
with an optional HostName. If no HostName is specified, the OBCOM NetServer Local Host name is used. The MulticastName is requiered and has a maximum length of 10 chars.
If the name argument has the special value "*", then this method disables the reception of all multicast messages that have been enabled using the EnableMulticast method.