IBroadcastServiceSendBroadcast Method

Broadcasts a message.

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

Parameters

messageKindId  Guid
The ID of the message kind.
data  String
Optional data to associate with the message.
Exceptions
ExceptionCondition
ArgumentExceptionmessageKindId is Empty.
See Also