IBroadcastServiceSendBroadcast Method |
Broadcasts a message.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid 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 Guid
- The ID of the message kind.
- data String
- Optional data to associate with the message.
Exceptions
See Also