BroadcastMessageReceivedEventArgs Class

Provides data for the BroadcastMessageReceived event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dundas.BIBroadcastMessageReceivedEventArgs

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public class BroadcastMessageReceivedEventArgs : EventArgs

The BroadcastMessageReceivedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodBroadcastMessageReceivedEventArgs
Initializes a new instance of the BroadcastMessageReceivedEventArgs class.
Top
Properties
  NameDescription
Public propertyData
Gets the message data.
Public propertyMessageKindId
Gets the ID of the message kind.
Public propertySenderIdentifier
Gets the identifier of the sender.
Public propertySequenceNumber
Gets the sequence number of the message.
Top
See Also