IBroadcastProviderSendBroadcast Method |
Sends the broadcast message.
Namespace: Dundas.BI.ExtensibilityAssembly: 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 message kind identifier.
- data String
- The message data.
Exceptions
See Also