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 (26.2.0.1000)
Syntax
public interface IBroadcastProvider

The IBroadcastProvider type exposes the following members.

Methods
 NameDescription
Public methodSendBroadcastSends the broadcast message.
Top
Events
 NameDescription
Public eventBroadcastMessageReceivedOccurs when a broadcast message from another server has been received.
Top
See Also