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 (24.3.0.1000)
Syntax
public BroadcastMessageReceivedEventArgs(
	Guid messageKindId,
	string? data,
	long sequenceNumber,
	string senderIdentifier
)

Parameters

messageKindId
Type: SystemGuid
The message kind identifier.
data
Type: SystemString
The message data.
sequenceNumber
Type: SystemInt64
The sequence number.
senderIdentifier
Type: SystemString
The sender identifier.
See Also