Open this page in the API Guide

ContinuouslyDecreasesCondition Constructor (TargetDataCell, PollingCondition)

Initializes a new instance of the ContinuouslyDecreasesCondition class.

Namespace:  Dundas.BI.Notifications
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public ContinuouslyDecreasesCondition(
	TargetDataCell targetCell,
	PollingCondition pollingCondition
)

Parameters

targetCell
Type: Dundas.BI.Notifications.TargetDataCell
The target cell.
pollingCondition
Type: Dundas.BI.Notifications.PollingCondition
The polling condition.
Exceptions
ExceptionCondition
ArgumentNullExceptiontargetCell or pollingCondition is null.
See Also