Click or drag to resize

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
)

Parameters

name
Type: SystemString
The name of the multicast message.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null or empty.
Exception An error occured while disabling the multicast.
See Also