CoreConfigSettingIdsBroadcastMessagePollingInterval Field

The time interval at which the application should poll for broadcast messages. If set to zero, broadcast message polling will be disabled (not recommended).

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static readonly Guid BroadcastMessagePollingInterval

Field Value

Type: Guid
Remarks

The value of this constant is 8ab8b919-a470-41cd-9188-c2eed12940ba.

Data Type: TimeSpan. Default Value: 30 seconds.

Broadcast messages are used to propagate information (such as configuration changes) between multiple instances of the Dundas BI engine that are connected to the same application database.

See Also