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 (26.2.0.1000)
Syntax
public class BroadcastMessageReceivedEventArgs : EventArgs

The BroadcastMessageReceivedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodBroadcastMessageReceivedEventArgsInitializes a new instance of the BroadcastMessageReceivedEventArgs class.
Top
Properties
 NameDescription
Public propertyDataGets the message data.
Public propertyMessageKindIdGets the ID of the message kind.
Public propertySenderIdentifierGets the identifier of the sender.
Public propertySequenceNumberGets the sequence number of the message.
Top
See Also