ContinuouslyDecreasesCondition Constructor (TargetDataCell, PollingCondition) |
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ContinuouslyDecreasesCondition(
TargetDataCell targetCell,
PollingCondition pollingCondition
)
Public Sub New (
targetCell As TargetDataCell,
pollingCondition As PollingCondition
)
public:
ContinuouslyDecreasesCondition(
TargetDataCell^ targetCell,
PollingCondition^ pollingCondition
)
new :
targetCell : TargetDataCell *
pollingCondition : PollingCondition -> ContinuouslyDecreasesCondition
Parameters
- targetCell
- Type: Dundas.BI.NotificationsTargetDataCell
The target cell. - pollingCondition
- Type: Dundas.BI.NotificationsPollingCondition
The polling condition.
Exceptions See Also