Click or drag to resize

MulticastEvent Class

Provides data when calling a MulticastHandler.
Inheritance Hierarchy
SystemObject
  OBCOM.NetSwitchLib.UtilsMulticastEvent

Namespace:  OBCOM.NetSwitchLib.Utils
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public sealed class MulticastEvent

The MulticastEvent type exposes the following members.

Properties
  NameDescription
Public propertyMessage
Gets the message of this event.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also