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 (26.2.0.1000)
Syntax
public void ChangeDeliveryFrequency(
	DeliveryFrequency frequency
)

Parameters

frequency  DeliveryFrequency
The frequency.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionfrequency is not a supported value.
See Also