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