Open this page in the API Guide

BroadcastMessageReceivedEventArgs Constructor

Initializes a new instance of the BroadcastMessageReceivedEventArgs class.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public BroadcastMessageReceivedEventArgs(
	Guid messageKindId,
	string? data,
	long sequenceNumber,
	string senderIdentifier
)

Parameters

messageKindId
Type: System.Guid
The message kind identifier.
data
Type: System.String
The message data.
sequenceNumber
Type: System.Int64
The sequence number.
senderIdentifier
Type: System.String
The sender identifier.
See Also