| ServerChannelSendMulticast Method |
Sends an multicast message built using the supplied name and data. The message will be
dispatched to all client and/or server applications that have
enabled the reception of multicast messages with the specified
name.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public void SendMulticast(
string name,
Object data
)
Public Sub SendMulticast (
name As String,
data As Object
)
Parameters
- name
- Type: SystemString
The name of the multicast message.
- data
- Type: SystemObject
The data to include in the multicast message (can be null).
Exceptions See Also