ServerChannelSendMulticast Method (String, Object) |
Sends a multicast message to OBCOM NetServer
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public void SendMulticast(
string name,
Object value
)
Public Sub SendMulticast (
name As String,
value As Object
)
Parameters
- name
- Type: SystemString
The name of the multicast message.
- value
- Type: SystemObject
The multicast object message value.
See Also