ContinuouslyIncreasesCondition Constructor (ICollectionTargetDataCell, RequestOverrides, IEnumerableParameterValue, PollingCondition)

Initializes a new instance of the ContinuouslyIncreasesCondition class.

Namespace:  Dundas.BI.Notifications
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public ContinuouslyIncreasesCondition(
	ICollection<TargetDataCell> targetCells,
	RequestOverrides requestOverrides,
	IEnumerable<ParameterValue> parameterValues,
	PollingCondition pollingCondition
)

Parameters

targetCells
Type: System.Collections.GenericICollectionTargetDataCell
The target cells.
requestOverrides
Type: Dundas.BI.Data.DataRetrievalRequestOverrides
The metric set data retrieval overrides.
parameterValues
Type: System.Collections.GenericIEnumerableParameterValue
The parameter values.
pollingCondition
Type: Dundas.BI.NotificationsPollingCondition
The polling condition.
Exceptions
ExceptionCondition
ArgumentNullExceptionrequestOverrides, parameterValues or pollingCondition is .
ArgumentExceptiontargetCells is or empty or its elements are not referencing the same MeasureUsage object.
See Also