IBroadcastProvider Interface

Provides an interface for broadcast providers.

Namespace:  Dundas.BI.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public interface IBroadcastProvider

The IBroadcastProvider type exposes the following members.

Methods
  NameDescription
Public methodSendBroadcast
Sends the broadcast message.
Top
Events
  NameDescription
Public eventBroadcastMessageReceived
Occurs when a broadcast message from another server has been received.
Top
See Also