Open this page in the API Guide

IBroadcastProvider.SendBroadcast Method

Sends the broadcast message.

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

Parameters

messageKindId
Type: System.Guid
The message kind identifier.
data
Type: System.String
The message data.
Exceptions
ExceptionCondition
ArgumentExceptionThe messageKindId is Empty.
See Also