| ClientChannelDisableMulticast Method |
Disables the reception of multicast messages identified by
name. If
name has the special value
"*", then this method disables the reception of all multicast
messages that have been enabled using the
EnableMulticast(String, MulticastHandler) method.
Namespace:
OBCOM.NetSwitchLib.Clients
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public void DisableMulticast(
string name
)
Public Sub DisableMulticast (
name As String
)
Parameters
- name
- Type: SystemString
The name of the multicast message.
Exceptions See Also