IBroadcastProviderSendBroadcast Method

Sends the broadcast message.

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

Parameters

messageKindId
Type: SystemGuid
The message kind identifier.
data
Type: SystemString
The message data.
Exceptions
ExceptionCondition
ArgumentExceptionThe messageKindId is Empty.
See Also