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
)
Sub SendBroadcast (
messageKindId As Guid,
data As String
)
void SendBroadcast(
Guid messageKindId,
String^ data
)
abstract SendBroadcast :
messageKindId : Guid *
data : string -> unit
Parameters
- messageKindId
- Type: SystemGuid
The ID of the message kind. - data
- Type: SystemString
Optional data to associate with the message.
Exceptions See Also