 | MulticastHandler Delegate |
Represents a method called when a multicast message is received.
Namespace:
OBCOM.NetSwitchLib.Utils
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic delegate void MulticastHandler(
MulticastEvent args
)
Public Delegate Sub MulticastHandler (
args As MulticastEvent
)
Parameters
- args
- Type: OBCOM.NetSwitchLib.UtilsMulticastEvent
The arguments of the multicast handler.
Exceptions
See Also