DataDrivenNotificationChangeDeliveryFrequency Method

Changes the maximum delivery frequency and suppresses alerts within the specified period.

Namespace:  Dundas.BI.Notifications
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public void ChangeDeliveryFrequency(
	DeliveryFrequency frequency
)

Parameters

frequency
Type: Dundas.BI.NotificationsDeliveryFrequency
The frequency.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionfrequency is not a supported value.
See Also