IBroadcastServiceSendBroadcast Method

Broadcasts a message.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
void SendBroadcast(
	Guid messageKindId,
	string? data
)

Parameters

messageKindId
Type: SystemGuid
The ID of the message kind.
data
Type: SystemString
Optional data to associate with the message.
Exceptions
ExceptionCondition
ArgumentExceptionmessageKindId is Empty.
See Also